#6B6547

Color #6B6547 Crocodile (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crocodile #6B6547

Tints of Crocodile #6B6547

Color information

#6B6547 (or 0x6B6547) is unknown color: approx Crocodile. HEX triplet: 6B, 65 and 47. RGB value is (107,101,71). Sum of RGB (Red+Green+Blue) = 107+101+71=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6547 is #949AB8. Grayscale: #636363. Windows color (decimal): -9738937 or 4679019. OLE color: 4679019.

HSL color Cylindrical-coordinate representation of color #6B6547: hue angle of 50º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B6547 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB10710171-
CMYK00.060.340.58
HSL50º20.22%34.9%-
HSV(B)50º33.64%41.96%-
XYZ11.8512.897.82-
YUV99.37111.99133.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.35%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 71 (28.12% from 255) = 25.45%
R=38.35%
G=36.20%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071017100.060.340.585020.2234.9
Hex6B654706223A321423
Octal153145107064272622443
Binary110101111001011000111011010001011101011001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,101,71); }

 H1.HeaderClassName
 {
   color: #6B6547;
 }
 .AnyTagClassName
 {
   color: #6B6547;
 }
</style>
background-color css

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

 a { background-color: rgb(107,101,71); }

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

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

 span { border-color: rgb(107,101,71); }

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