Html Css Color HEX #956307 Golden Brown

📋 copy color: '#956307'

red 149 ◦ green 99 ◦ blue 7

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

Shades of Golden Brown #956307

Tints of Golden Brown #956307

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.82%

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

R = 58.43%
G = 38.82%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#956307 (or 0x956307) is known color: Golden Brown. HEX triplet: 95, 63 and 07. RGB value is (149,99,7). Sum of RGB (Red+Green+Blue) = 149+99+7=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #956307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #956307 is #6A9CF8. Grayscale: #676767. Windows color (decimal): -6987001 or 484245. OLE color: 484245.

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

Color convert

RGB 149 99 7 -
CMYK 0 0.34 0.95 0.42
HSL 38.87º 0.91% 0.31% -
HSV(B) 38.87º 0.95% 0.58% -
XYZ 16.89 15.33 2.27 -
YUV 103.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 149 99 7 0 0.34 0.95 0.42 38.87 0.91 0.31
Hex 95 63 7 0 22 5F 2A 27 5B 1F
Octal 225 143 7 0 42 137 52 47 133 37
Binary 10010101 1100011 111 0 100010 1011111 101010 100111 1011011 11111

Color Harmonies of #956307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956307

Black with #956307

Text Example


Text Example

White with #956307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956307; }

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

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

background-color css

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

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

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

border-color css

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

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

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