#69644D

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

Shades of Crocodile #69644D

Tints of Crocodile #69644D

Color information

#69644D (or 0x69644D) is unknown color: approx Crocodile. HEX triplet: 69, 64 and 4D. RGB value is (105,100,77). Sum of RGB (Red+Green+Blue) = 105+100+77=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #69644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69644D is #969BB2. Grayscale: #626262. Windows color (decimal): -9870259 or 5071977. OLE color: 5071977.

HSL color Cylindrical-coordinate representation of color #69644D: hue angle of 49.29º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69644D is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB10510077-
CMYK00.050.270.59
HSL49.29º15.38%35.69%-
HSV(B)49.29º26.67%41.18%-
XYZ11.7212.658.85-
YUV98.87115.66132.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 77 (30.47% from 255) = 27.30%
R=37.23%
G=35.46%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051007700.050.270.5949.2915.3835.69
Hex69644D051B3B31f24
Octal151144115053373611744
Binary1101001110010010011010101110111110111100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69644D; }

 p { color: rgb(105,100,77); }

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

<style>
 a { background-color: #69644D; }

 a { background-color: rgb(105,100,77); }

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

<style>
 span { border-color: #69644D; }

 span { border-color: rgb(105,100,77); }

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