Html Css Color HEX #7C6144 Dark Wood

📋 copy color: '#7C6144'

red 124 ◦ green 97 ◦ blue 68

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

Shades of Dark Wood #7C6144

Tints of Dark Wood #7C6144

RGB

 RED value IS 124 (48.83% from 255) = 42.91%

 GREEN value IS 97 (38.28% from 255) = 33.56%

 BLUE value IS 68 (26.95% from 255) = 23.53%

R = 42.91%
G = 33.56%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7C6144 (or 0x7C6144) is known color: Dark Wood. HEX triplet: 7C, 61 and 44. RGB value is (124,97,68). Sum of RGB (Red+Green+Blue) = 124+97+68=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6144 is #839EBB. Grayscale: #656565. Windows color (decimal): -8625852 or 4481404. OLE color: 4481404.

HSL color Cylindrical-coordinate representation of color #7C6144: hue angle of 31.07º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C6144 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 97 68 -
CMYK 0 0.22 0.45 0.51
HSL 31.07º 0.29% 0.38% -
HSV(B) 31.07º 0.45% 0.49% -
XYZ 13.63 13.25 7.31 -
YUV 101.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 124 97 68 0 0.22 0.45 0.51 31.07 0.29 0.38
Hex 7C 61 44 0 16 2D 33 1F 1D 26
Octal 174 141 104 0 26 55 63 37 35 46
Binary 1111100 1100001 1000100 0 10110 101101 110011 11111 11101 100110

Color Harmonies of #7C6144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6144

Black with #7C6144

Text Example


Text Example

White with #7C6144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C6144; }

 p { color: rgb(124,97,68); }

 H1.HeaderClassName
 {
   color: #7C6144;
 }
 .AnyTagClassName
 {
   color: #7C6144;
 }
</style>

background-color css

<style>
 a { background-color: #7C6144; }

 a { background-color: rgb(124,97,68); }

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

border-color css

<style>
 span { border-color: #7C6144; }

 span { border-color: rgb(124,97,68); }

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