Html Css Color HEX #6B8378 Cutty Sark

📋 copy color: '#6B8378'

red 107 ◦ green 131 ◦ blue 120

#6B8378
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #6B8378

Tints of Cutty Sark #6B8378

RGB

 RED value IS 107 (42.19% from 255) = 29.89%

 GREEN value IS 131 (51.56% from 255) = 36.59%

 BLUE value IS 120 (47.27% from 255) = 33.52%

R = 29.89%
G = 36.59%
B = 33.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6B8378 (or 0x6B8378) is known color: Cutty Sark. HEX triplet: 6B, 83 and 78. RGB value is (107,131,120). Sum of RGB (Red+Green+Blue) = 107+131+120=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8378 is #947C87. Grayscale: #7A7A7A. Windows color (decimal): -9731208 or 7897963. OLE color: 7897963.

HSL color Cylindrical-coordinate representation of color #6B8378: hue angle of 152.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B8378 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 107 131 120 -
CMYK 0.18 0 0.08 0.49
HSL 152.5º 0.1% 0.47% -
HSV(B) 152.5º 0.18% 0.51% -
XYZ 17.57 20.71 20.84 -
YUV 122.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 107 131 120 0.18 0 0.08 0.49 152.5 0.1 0.47
Hex 6B 83 78 12 0 8 31 98 A 2F
Octal 153 203 170 22 0 10 61 230 12 57
Binary 1101011 10000011 1111000 10010 0 1000 110001 10011000 1010 101111

Color Harmonies of #6B8378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8378

Black with #6B8378

Text Example


Text Example

White with #6B8378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B8378; }

 p { color: rgb(107,131,120); }

 H1.HeaderClassName
 {
   color: #6B8378;
 }
 .AnyTagClassName
 {
   color: #6B8378;
 }
</style>

background-color css

<style>
 a { background-color: #6B8378; }

 a { background-color: rgb(107,131,120); }

 div.DivClassName
 {
   background-color: #6B8378;
 }
 .BgClassName
 {
   background-color: #6B8378;
 }
</style>

border-color css

<style>
 span { border-color: #6B8378; }

 span { border-color: rgb(107,131,120); }

 td.TdClassName
 {
   border-color: #6B8378;
 }
 .TagClassName
 {
   border-color: #6B8378;
 }
</style>