Html Css Color HEX #956B07 Golden Brown

📋 copy color: '#956B07'

red 149 ◦ green 107 ◦ blue 7

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

Shades of Golden Brown #956B07

Tints of Golden Brown #956B07

RGB

 RED value IS 149 (58.59% from 255) = 56.65%

 GREEN value IS 107 (42.19% from 255) = 40.68%

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

R = 56.65%
G = 40.68%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#956B07 (or 0x956B07) is known color: Golden Brown. HEX triplet: 95, 6B and 07. RGB value is (149,107,7). Sum of RGB (Red+Green+Blue) = 149+107+7=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #956B07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956B07 is #6A94F8. Grayscale: #6C6C6C. Windows color (decimal): -6984953 or 486293. OLE color: 486293.

HSL color Cylindrical-coordinate representation of color #956B07: hue angle of 42.25º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #956B07 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 107 7 -
CMYK 0 0.28 0.95 0.42
HSL 42.25º 0.91% 0.31% -
HSV(B) 42.25º 0.95% 0.58% -
XYZ 17.69 16.92 2.53 -
YUV 108.16 70.91 157.13 -
System Red Green Blue C M Y K H S L
Decimal 149 107 7 0 0.28 0.95 0.42 42.25 0.91 0.31
Hex 95 6B 7 0 1C 5F 2A 2A 5B 1F
Octal 225 153 7 0 34 137 52 52 133 37
Binary 10010101 1101011 111 0 11100 1011111 101010 101010 1011011 11111

Color Harmonies of #956B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B07

Black with #956B07

Text Example


Text Example

White with #956B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956B07; }

 p { color: rgb(149,107,7); }

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

background-color css

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

 a { background-color: rgb(149,107,7); }

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

border-color css

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

 span { border-color: rgb(149,107,7); }

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