Html Css Color HEX #6A6447 Crocodile

📋 copy color: '#6A6447'

red 106 ◦ green 100 ◦ blue 71

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

Shades of Crocodile #6A6447

Tints of Crocodile #6A6447

RGB

 RED value IS 106 (41.8% from 255) = 38.27%

 GREEN value IS 100 (39.45% from 255) = 36.1%

 BLUE value IS 71 (28.13% from 255) = 25.63%

R = 38.27%
G = 36.1%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6A6447 (or 0x6A6447) is known color: Crocodile. HEX triplet: 6A, 64 and 47. RGB value is (106,100,71). Sum of RGB (Red+Green+Blue) = 106+100+71=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6447 is #959BB8. Grayscale: #626262. Windows color (decimal): -9804729 or 4678762. OLE color: 4678762.

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

Color convert

RGB 106 100 71 -
CMYK 0 0.06 0.33 0.58
HSL 49.71º 0.2% 0.35% -
HSV(B) 49.71º 0.33% 0.42% -
XYZ 11.64 12.63 7.79 -
YUV 98.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 106 100 71 0 0.06 0.33 0.58 49.71 0.2 0.35
Hex 6A 64 47 0 6 21 3A 32 14 23
Octal 152 144 107 0 6 41 72 62 24 43
Binary 1101010 1100100 1000111 0 110 100001 111010 110010 10100 100011

Color Harmonies of #6A6447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6447

Black with #6A6447

Text Example


Text Example

White with #6A6447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,100,71); }

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

background-color css

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

 a { background-color: rgb(106,100,71); }

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

border-color css

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

 span { border-color: rgb(106,100,71); }

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