Html Css Color HEX #6D674A Crocodile

📋 copy color: '#6D674A'

red 109 ◦ green 103 ◦ blue 74

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

Shades of Crocodile #6D674A

Tints of Crocodile #6D674A

RGB

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

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

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

R = 38.11%
G = 36.01%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6D674A (or 0x6D674A) is known color: Crocodile. HEX triplet: 6D, 67 and 4A. RGB value is (109,103,74). Sum of RGB (Red+Green+Blue) = 109+103+74=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D674A is #9298B5. Grayscale: #656565. Windows color (decimal): -9607350 or 4876141. OLE color: 4876141.

HSL color Cylindrical-coordinate representation of color #6D674A: hue angle of 49.71º 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 #6D674A is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 103 74 -
CMYK 0 0.06 0.32 0.57
HSL 49.71º 0.19% 0.36% -
HSV(B) 49.71º 0.32% 0.43% -
XYZ 12.39 13.45 8.42 -
YUV 101.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 109 103 74 0 0.06 0.32 0.57 49.71 0.19 0.36
Hex 6D 67 4A 0 6 20 39 32 13 24
Octal 155 147 112 0 6 40 71 62 23 44
Binary 1101101 1100111 1001010 0 110 100000 111001 110010 10011 100100

Color Harmonies of #6D674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D674A

Black with #6D674A

Text Example


Text Example

White with #6D674A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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