Html Css Color HEX #966C07 Golden Brown

📋 copy color: '#966C07'

red 150 ◦ green 108 ◦ blue 7

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

Shades of Golden Brown #966C07

Tints of Golden Brown #966C07

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.75%

 BLUE value IS 7 (3.13% from 255) = 2.64%

R = 56.6%
G = 40.75%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#966C07 (or 0x966C07) is known color: Golden Brown. HEX triplet: 96, 6C and 07. RGB value is (150,108,7). Sum of RGB (Red+Green+Blue) = 150+108+7=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #966C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966C07 is #6993F8. Grayscale: #6D6D6D. Windows color (decimal): -6919161 or 486550. OLE color: 486550.

HSL color Cylindrical-coordinate representation of color #966C07: hue angle of 42.38º degrees, saturation: 0.91, 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 #966C07 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 108 7 -
CMYK 0 0.28 0.95 0.41
HSL 42.38º 0.91% 0.31% -
HSV(B) 42.38º 0.95% 0.59% -
XYZ 17.98 17.22 2.58 -
YUV 109.04 70.41 157.21 -
System Red Green Blue C M Y K H S L
Decimal 150 108 7 0 0.28 0.95 0.41 42.38 0.91 0.31
Hex 96 6C 7 0 1C 5F 29 2A 5B 1F
Octal 226 154 7 0 34 137 51 52 133 37
Binary 10010110 1101100 111 0 11100 1011111 101001 101010 1011011 11111

Color Harmonies of #966C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966C07

Black with #966C07

Text Example


Text Example

White with #966C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966C07; }

 p { color: rgb(150,108,7); }

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

background-color css

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

 a { background-color: rgb(150,108,7); }

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

border-color css

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

 span { border-color: rgb(150,108,7); }

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