Html Css Color HEX #946B00 Golden Brown

📋 copy color: '#946B00'

red 148 ◦ green 107 ◦ blue 0

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

Shades of Golden Brown #946B00

Tints of Golden Brown #946B00

RGB

 RED value IS 148 (58.2% from 255) = 58.04%

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

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

R = 58.04%
G = 41.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#946B00 (or 0x946B00) is known color: Golden Brown. HEX triplet: 94, 6B and 00. RGB value is (148,107,0). Sum of RGB (Red+Green+Blue) = 148+107+0=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #946B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946B00 is #6B94FF. Grayscale: #6B6B6B. Windows color (decimal): -7050496 or 27540. OLE color: 27540.

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

Color convert

RGB 148 107 0 -
CMYK 0 0.28 1 0.42
HSL 43.38º 1% 0.29% -
HSV(B) 43.38º 1% 0.58% -
XYZ 17.47 16.81 2.32 -
YUV 107.06 67.58 157.2 -
System Red Green Blue C M Y K H S L
Decimal 148 107 0 0 0.28 1 0.42 43.38 1 0.29
Hex 94 6B 0 0 1C 64 2A 2B 64 1D
Octal 224 153 0 0 34 144 52 53 144 35
Binary 10010100 1101011 0 0 11100 1100100 101010 101011 1100100 11101

Color Harmonies of #946B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946B00

Black with #946B00

Text Example


Text Example

White with #946B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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