Html Css Color HEX #967708 Golden Brown

📋 copy color: '#967708'

red 150 ◦ green 119 ◦ blue 8

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

Shades of Golden Brown #967708

Tints of Golden Brown #967708

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.96%

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

R = 54.15%
G = 42.96%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#967708 (or 0x967708) is known color: Golden Brown. HEX triplet: 96, 77 and 08. RGB value is (150,119,8). Sum of RGB (Red+Green+Blue) = 150+119+8=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #967708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967708 is #6988F7. Grayscale: #747474. Windows color (decimal): -6916344 or 554902. OLE color: 554902.

HSL color Cylindrical-coordinate representation of color #967708: hue angle of 46.9º 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 #967708 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 119 8 -
CMYK 0 0.21 0.95 0.41
HSL 46.9º 0.9% 0.31% -
HSV(B) 46.9º 0.95% 0.59% -
XYZ 19.22 19.7 3.02 -
YUV 115.62 67.27 152.53 -
System Red Green Blue C M Y K H S L
Decimal 150 119 8 0 0.21 0.95 0.41 46.9 0.9 0.31
Hex 96 77 8 0 15 5F 29 2F 5A 1F
Octal 226 167 10 0 25 137 51 57 132 37
Binary 10010110 1110111 1000 0 10101 1011111 101001 101111 1011010 11111

Color Harmonies of #967708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967708

Black with #967708

Text Example


Text Example

White with #967708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967708; }

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

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

background-color css

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

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

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

border-color css

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

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

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