Html Css Color HEX #6D654A Crocodile

📋 copy color: '#6D654A'

red 109 ◦ green 101 ◦ blue 74

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

Shades of Crocodile #6D654A

Tints of Crocodile #6D654A

RGB

 RED value IS 109 (42.97% from 255) = 38.38%

 GREEN value IS 101 (39.84% from 255) = 35.56%

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 38.38%
G = 35.56%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6D654A (or 0x6D654A) is known color: Crocodile. HEX triplet: 6D, 65 and 4A. RGB value is (109,101,74). Sum of RGB (Red+Green+Blue) = 109+101+74=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D654A is #929AB5. Grayscale: #646464. Windows color (decimal): -9607862 or 4875629. OLE color: 4875629.

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

Color convert

RGB 109 101 74 -
CMYK 0 0.07 0.32 0.57
HSL 46.29º 0.19% 0.36% -
HSV(B) 46.29º 0.32% 0.43% -
XYZ 12.2 13.05 8.36 -
YUV 100.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 109 101 74 0 0.07 0.32 0.57 46.29 0.19 0.36
Hex 6D 65 4A 0 7 20 39 2E 13 24
Octal 155 145 112 0 7 40 71 56 23 44
Binary 1101101 1100101 1001010 0 111 100000 111001 101110 10011 100100

Color Harmonies of #6D654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D654A

Black with #6D654A

Text Example


Text Example

White with #6D654A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,101,74); }

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

background-color css

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

 a { background-color: rgb(109,101,74); }

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

border-color css

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

 span { border-color: rgb(109,101,74); }

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