Html Css Color HEX #6B8478 Cutty Sark

📋 copy color: '#6B8478'

red 107 ◦ green 132 ◦ blue 120

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

Shades of Cutty Sark #6B8478

Tints of Cutty Sark #6B8478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.77%

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

R = 29.81%
G = 36.77%
B = 33.43%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#6B8478 (or 0x6B8478) is known color: Cutty Sark. HEX triplet: 6B, 84 and 78. RGB value is (107,132,120). Sum of RGB (Red+Green+Blue) = 107+132+120=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #6B8478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8478 is #947B87. Grayscale: #7B7B7B. Windows color (decimal): -9730952 or 7898219. OLE color: 7898219.

HSL color Cylindrical-coordinate representation of color #6B8478: hue angle of 151.2º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B8478 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 132 120 -
CMYK 0.19 0 0.09 0.48
HSL 151.2º 0.1% 0.47% -
HSV(B) 151.2º 0.19% 0.52% -
XYZ 17.7 20.98 20.89 -
YUV 123.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 107 132 120 0.19 0 0.09 0.48 151.2 0.1 0.47
Hex 6B 84 78 13 0 9 30 97 A 2F
Octal 153 204 170 23 0 11 60 227 12 57
Binary 1101011 10000100 1111000 10011 0 1001 110000 10010111 1010 101111

Color Harmonies of #6B8478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8478

Black with #6B8478

Text Example


Text Example

White with #6B8478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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