Html Css Color HEX #946008 Golden Brown

📋 copy color: '#946008'

red 148 ◦ green 96 ◦ blue 8

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

Shades of Golden Brown #946008

Tints of Golden Brown #946008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.1%

 BLUE value IS 8 (3.52% from 255) = 3.17%

R = 58.73%
G = 38.1%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#946008 (or 0x946008) is known color: Golden Brown. HEX triplet: 94, 60 and 08. RGB value is (148,96,8). Sum of RGB (Red+Green+Blue) = 148+96+8=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #946008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946008 is #6B9FF7. Grayscale: #656565. Windows color (decimal): -7053304 or 549012. OLE color: 549012.

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

Color convert

RGB 148 96 8 -
CMYK 0 0.35 0.95 0.42
HSL 37.71º 0.9% 0.31% -
HSV(B) 37.71º 0.95% 0.58% -
XYZ 16.44 14.68 2.2 -
YUV 101.52 75.23 161.16 -
System Red Green Blue C M Y K H S L
Decimal 148 96 8 0 0.35 0.95 0.42 37.71 0.9 0.31
Hex 94 60 8 0 23 5F 2A 26 5A 1F
Octal 224 140 10 0 43 137 52 46 132 37
Binary 10010100 1100000 1000 0 100011 1011111 101010 100110 1011010 11111

Color Harmonies of #946008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946008

Black with #946008

Text Example


Text Example

White with #946008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946008; }

 p { color: rgb(148,96,8); }

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

background-color css

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

 a { background-color: rgb(148,96,8); }

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

border-color css

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

 span { border-color: rgb(148,96,8); }

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