Html Css Color HEX #976B1B Golden Brown

📋 copy color: '#976B1B'

red 151 ◦ green 107 ◦ blue 27

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

Shades of Golden Brown #976B1B

Tints of Golden Brown #976B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.47%

R = 52.98%
G = 37.54%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#976B1B (or 0x976B1B) is known color: Golden Brown. HEX triplet: 97, 6B and 1B. RGB value is (151,107,27). Sum of RGB (Red+Green+Blue) = 151+107+27=285 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.98% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 151 - color contains mainly: red. Hex color #976B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976B1B is #6894E4. Grayscale: #6F6F6F. Windows color (decimal): -6853861 or 1797015. OLE color: 1797015.

HSL color Cylindrical-coordinate representation of color #976B1B: hue angle of 38.71º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #976B1B is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 107 27 -
CMYK 0 0.29 0.82 0.41
HSL 38.71º 0.7% 0.35% -
HSV(B) 38.71º 0.82% 0.59% -
XYZ 18.22 17.17 3.39 -
YUV 111.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 151 107 27 0 0.29 0.82 0.41 38.71 0.7 0.35
Hex 97 6B 1B 0 1D 52 29 27 46 23
Octal 227 153 33 0 35 122 51 47 106 43
Binary 10010111 1101011 11011 0 11101 1010010 101001 100111 1000110 100011

Color Harmonies of #976B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B1B

Black with #976B1B

Text Example


Text Example

White with #976B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,107,27); }

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

background-color css

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

 a { background-color: rgb(151,107,27); }

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

border-color css

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

 span { border-color: rgb(151,107,27); }

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