Html Css Color HEX #976F0F Golden Brown

📋 copy color: '#976F0F'

red 151 ◦ green 111 ◦ blue 15

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

Shades of Golden Brown #976F0F

Tints of Golden Brown #976F0F

RGB

 RED value IS 151 (59.38% from 255) = 54.51%

 GREEN value IS 111 (43.75% from 255) = 40.07%

 BLUE value IS 15 (6.25% from 255) = 5.42%

R = 54.51%
G = 40.07%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#976F0F (or 0x976F0F) is known color: Golden Brown. HEX triplet: 97, 6F and 0F. RGB value is (151,111,15). Sum of RGB (Red+Green+Blue) = 151+111+15=277 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.51% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 151 - color contains mainly: red. Hex color #976F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976F0F is #6890F0. Grayscale: #707070. Windows color (decimal): -6852849 or 1011607. OLE color: 1011607.

HSL color Cylindrical-coordinate representation of color #976F0F: hue angle of 42.35º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #976F0F is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 111 15 -
CMYK 0 0.26 0.90 0.41
HSL 42.35º 0.82% 0.33% -
HSV(B) 42.35º 0.9% 0.59% -
XYZ 18.53 17.98 2.95 -
YUV 112.02 73.25 155.81 -
System Red Green Blue C M Y K H S L
Decimal 151 111 15 0 0.26 0.90 0.41 42.35 0.82 0.33
Hex 97 6F F 0 1A 5A 29 2A 52 21
Octal 227 157 17 0 32 132 51 52 122 41
Binary 10010111 1101111 1111 0 11010 1011010 101001 101010 1010010 100001

Color Harmonies of #976F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F0F

Black with #976F0F

Text Example


Text Example

White with #976F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976F0F; }

 p { color: rgb(151,111,15); }

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

background-color css

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

 a { background-color: rgb(151,111,15); }

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

border-color css

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

 span { border-color: rgb(151,111,15); }

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