Html Css Color HEX #7C6141 Dark Wood

📋 copy color: '#7C6141'

red 124 ◦ green 97 ◦ blue 65

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

Shades of Dark Wood #7C6141

Tints of Dark Wood #7C6141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.73%

R = 43.36%
G = 33.92%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C6141 (or 0x7C6141) is known color: Dark Wood. HEX triplet: 7C, 61 and 41. RGB value is (124,97,65). Sum of RGB (Red+Green+Blue) = 124+97+65=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6141 is #839EBE. Grayscale: #656565. Windows color (decimal): -8625855 or 4284796. OLE color: 4284796.

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

Color convert

RGB 124 97 65 -
CMYK 0 0.22 0.48 0.51
HSL 32.54º 0.31% 0.37% -
HSV(B) 32.54º 0.48% 0.49% -
XYZ 13.54 13.22 6.84 -
YUV 101.43 107.45 144.1 -
System Red Green Blue C M Y K H S L
Decimal 124 97 65 0 0.22 0.48 0.51 32.54 0.31 0.37
Hex 7C 61 41 0 16 30 33 21 1F 25
Octal 174 141 101 0 26 60 63 41 37 45
Binary 1111100 1100001 1000001 0 10110 110000 110011 100001 11111 100101

Color Harmonies of #7C6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6141

Black with #7C6141

Text Example


Text Example

White with #7C6141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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