Html Css Color HEX #6D674C Crocodile

📋 copy color: '#6D674C'

red 109 ◦ green 103 ◦ blue 76

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

Shades of Crocodile #6D674C

Tints of Crocodile #6D674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.76%

 BLUE value IS 76 (30.08% from 255) = 26.39%

R = 37.85%
G = 35.76%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.57

RGB Variations

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

Color information

#6D674C (or 0x6D674C) is known color: Crocodile. HEX triplet: 6D, 67 and 4C. RGB value is (109,103,76). Sum of RGB (Red+Green+Blue) = 109+103+76=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D674C is #9298B3. Grayscale: #656565. Windows color (decimal): -9607348 or 5007213. OLE color: 5007213.

HSL color Cylindrical-coordinate representation of color #6D674C: hue angle of 49.09º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D674C is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 103 76 -
CMYK 0 0.06 0.30 0.57
HSL 49.09º 0.18% 0.36% -
HSV(B) 49.09º 0.3% 0.43% -
XYZ 12.46 13.47 8.78 -
YUV 101.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 109 103 76 0 0.06 0.30 0.57 49.09 0.18 0.36
Hex 6D 67 4C 0 6 1E 39 31 12 24
Octal 155 147 114 0 6 36 71 61 22 44
Binary 1101101 1100111 1001100 0 110 11110 111001 110001 10010 100100

Color Harmonies of #6D674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D674C

Black with #6D674C

Text Example


Text Example

White with #6D674C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,103,76); }

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

background-color css

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

 a { background-color: rgb(109,103,76); }

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

border-color css

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

 span { border-color: rgb(109,103,76); }

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