Html Css Color HEX #967808 Golden Brown

📋 copy color: '#967808'

red 150 ◦ green 120 ◦ blue 8

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

Shades of Golden Brown #967808

Tints of Golden Brown #967808

RGB

 RED value IS 150 (58.98% from 255) = 53.96%

 GREEN value IS 120 (47.27% from 255) = 43.17%

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

R = 53.96%
G = 43.17%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#967808 (or 0x967808) is known color: Golden Brown. HEX triplet: 96, 78 and 08. RGB value is (150,120,8). Sum of RGB (Red+Green+Blue) = 150+120+8=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #967808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967808 is #6987F7. Grayscale: #747474. Windows color (decimal): -6916088 or 555158. OLE color: 555158.

HSL color Cylindrical-coordinate representation of color #967808: hue angle of 47.32º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #967808 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 120 8 -
CMYK 0 0.20 0.95 0.41
HSL 47.32º 0.9% 0.31% -
HSV(B) 47.32º 0.95% 0.59% -
XYZ 19.34 19.93 3.06 -
YUV 116.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 150 120 8 0 0.20 0.95 0.41 47.32 0.9 0.31
Hex 96 78 8 0 14 5F 29 2F 5A 1F
Octal 226 170 10 0 24 137 51 57 132 37
Binary 10010110 1111000 1000 0 10100 1011111 101001 101111 1011010 11111

Color Harmonies of #967808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967808

Black with #967808

Text Example


Text Example

White with #967808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967808; }

 p { color: rgb(150,120,8); }

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

background-color css

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

 a { background-color: rgb(150,120,8); }

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

border-color css

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

 span { border-color: rgb(150,120,8); }

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