Html Css Color HEX #916B00 Golden Brown

📋 copy color: '#916B00'

red 145 ◦ green 107 ◦ blue 0

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

Shades of Golden Brown #916B00

Tints of Golden Brown #916B00

RGB

 RED value IS 145 (57.03% from 255) = 57.54%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.54%
G = 42.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#916B00 (or 0x916B00) is known color: Golden Brown. HEX triplet: 91, 6B and 00. RGB value is (145,107,0). Sum of RGB (Red+Green+Blue) = 145+107+0=252 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.54% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 145 - color contains mainly: red. Hex color #916B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #916B00 is #6E94FF. Grayscale: #6A6A6A. Windows color (decimal): -7247104 or 27537. OLE color: 27537.

HSL color Cylindrical-coordinate representation of color #916B00: hue angle of 44.28º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #916B00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 107 0 -
CMYK 0 0.26 1 0.43
HSL 44.28º 1% 0.28% -
HSV(B) 44.28º 1% 0.57% -
XYZ 16.93 16.54 2.3 -
YUV 106.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 145 107 0 0 0.26 1 0.43 44.28 1 0.28
Hex 91 6B 0 0 1A 64 2B 2C 64 1C
Octal 221 153 0 0 32 144 53 54 144 34
Binary 10010001 1101011 0 0 11010 1100100 101011 101100 1100100 11100

Color Harmonies of #916B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916B00

Black with #916B00

Text Example


Text Example

White with #916B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916B00; }

 p { color: rgb(145,107,0); }

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

background-color css

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

 a { background-color: rgb(145,107,0); }

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

border-color css

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

 span { border-color: rgb(145,107,0); }

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