Html Css Color HEX #7C6245 Dark Wood

📋 copy color: '#7C6245'

red 124 ◦ green 98 ◦ blue 69

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

Shades of Dark Wood #7C6245

Tints of Dark Wood #7C6245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.68%

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 42.61%
G = 33.68%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7C6245 (or 0x7C6245) is known color: Dark Wood. HEX triplet: 7C, 62 and 45. RGB value is (124,98,69). Sum of RGB (Red+Green+Blue) = 124+98+69=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6245 is #839DBA. Grayscale: #666666. Windows color (decimal): -8625595 or 4547196. OLE color: 4547196.

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

Color convert

RGB 124 98 69 -
CMYK 0 0.21 0.44 0.51
HSL 31.64º 0.28% 0.38% -
HSV(B) 31.64º 0.44% 0.49% -
XYZ 13.75 13.45 7.5 -
YUV 102.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 124 98 69 0 0.21 0.44 0.51 31.64 0.28 0.38
Hex 7C 62 45 0 15 2C 33 20 1C 26
Octal 174 142 105 0 25 54 63 40 34 46
Binary 1111100 1100010 1000101 0 10101 101100 110011 100000 11100 100110

Color Harmonies of #7C6245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6245

Black with #7C6245

Text Example


Text Example

White with #7C6245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,98,69); }

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

background-color css

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

 a { background-color: rgb(124,98,69); }

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

border-color css

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

 span { border-color: rgb(124,98,69); }

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