Html Css Color HEX #6B6449 Crocodile

📋 copy color: '#6B6449'

red 107 ◦ green 100 ◦ blue 73

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

Shades of Crocodile #6B6449

Tints of Crocodile #6B6449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.07%

R = 38.21%
G = 35.71%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6B6449 (or 0x6B6449) is known color: Crocodile. HEX triplet: 6B, 64 and 49. RGB value is (107,100,73). Sum of RGB (Red+Green+Blue) = 107+100+73=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6449 is #949BB6. Grayscale: #636363. Windows color (decimal): -9739191 or 4809835. OLE color: 4809835.

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

Color convert

RGB 107 100 73 -
CMYK 0 0.07 0.32 0.58
HSL 47.65º 0.19% 0.35% -
HSV(B) 47.65º 0.32% 0.42% -
XYZ 11.82 12.72 8.14 -
YUV 99.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 107 100 73 0 0.07 0.32 0.58 47.65 0.19 0.35
Hex 6B 64 49 0 7 20 3A 30 13 23
Octal 153 144 111 0 7 40 72 60 23 43
Binary 1101011 1100100 1001001 0 111 100000 111010 110000 10011 100011

Color Harmonies of #6B6449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6449

Black with #6B6449

Text Example


Text Example

White with #6B6449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,100,73); }

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

background-color css

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

 a { background-color: rgb(107,100,73); }

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

border-color css

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

 span { border-color: rgb(107,100,73); }

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