Html Css Color HEX #6B664E Crocodile

📋 copy color: '#6B664E'

red 107 ◦ green 102 ◦ blue 78

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

Shades of Crocodile #6B664E

Tints of Crocodile #6B664E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

 BLUE value IS 78 (30.86% from 255) = 27.18%

R = 37.28%
G = 35.54%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6B664E (or 0x6B664E) is known color: Crocodile. HEX triplet: 6B, 66 and 4E. RGB value is (107,102,78). Sum of RGB (Red+Green+Blue) = 107+102+78=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 107 - color contains mainly: red. Hex color #6B664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B664E is #9499B1. Grayscale: #646464. Windows color (decimal): -9738674 or 5138027. OLE color: 5138027.

HSL color Cylindrical-coordinate representation of color #6B664E: hue angle of 49.66º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B664E is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 102 78 -
CMYK 0 0.05 0.27 0.58
HSL 49.66º 0.16% 0.36% -
HSV(B) 49.66º 0.27% 0.42% -
XYZ 12.19 13.18 9.11 -
YUV 100.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 107 102 78 0 0.05 0.27 0.58 49.66 0.16 0.36
Hex 6B 66 4E 0 5 1B 3A 32 10 24
Octal 153 146 116 0 5 33 72 62 20 44
Binary 1101011 1100110 1001110 0 101 11011 111010 110010 10000 100100

Color Harmonies of #6B664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B664E

Black with #6B664E

Text Example


Text Example

White with #6B664E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,102,78); }

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

background-color css

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

 a { background-color: rgb(107,102,78); }

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

border-color css

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

 span { border-color: rgb(107,102,78); }

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