Html Css Color HEX #8C6908 Golden Brown

📋 copy color: '#8C6908'

red 140 ◦ green 105 ◦ blue 8

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

Shades of Golden Brown #8C6908

Tints of Golden Brown #8C6908

RGB

 RED value IS 140 (55.08% from 255) = 55.34%

 GREEN value IS 105 (41.41% from 255) = 41.5%

 BLUE value IS 8 (3.52% from 255) = 3.16%

R = 55.34%
G = 41.5%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C6908 (or 0x8C6908) is known color: Golden Brown. HEX triplet: 8C, 69 and 08. RGB value is (140,105,8). Sum of RGB (Red+Green+Blue) = 140+105+8=253 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.34% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6908 is #7396F7. Grayscale: #686868. Windows color (decimal): -7575288 or 551308. OLE color: 551308.

HSL color Cylindrical-coordinate representation of color #8C6908: hue angle of 44.09º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C6908 is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 105 8 -
CMYK 0 0.25 0.94 0.45
HSL 44.09º 0.89% 0.29% -
HSV(B) 44.09º 0.94% 0.55% -
XYZ 15.91 15.7 2.42 -
YUV 104.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 140 105 8 0 0.25 0.94 0.45 44.09 0.89 0.29
Hex 8C 69 8 0 19 5E 2D 2C 59 1D
Octal 214 151 10 0 31 136 55 54 131 35
Binary 10001100 1101001 1000 0 11001 1011110 101101 101100 1011001 11101

Color Harmonies of #8C6908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6908

Black with #8C6908

Text Example


Text Example

White with #8C6908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C6908; }

 p { color: rgb(140,105,8); }

 H1.HeaderClassName
 {
   color: #8C6908;
 }
 .AnyTagClassName
 {
   color: #8C6908;
 }
</style>

background-color css

<style>
 a { background-color: #8C6908; }

 a { background-color: rgb(140,105,8); }

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

border-color css

<style>
 span { border-color: #8C6908; }

 span { border-color: rgb(140,105,8); }

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