Html Css Color HEX #946308 Golden Brown

📋 copy color: '#946308'

red 148 ◦ green 99 ◦ blue 8

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

Shades of Golden Brown #946308

Tints of Golden Brown #946308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.82%

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

R = 58.04%
G = 38.82%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#946308 (or 0x946308) is known color: Golden Brown. HEX triplet: 94, 63 and 08. RGB value is (148,99,8). Sum of RGB (Red+Green+Blue) = 148+99+8=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #946308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946308 is #6B9CF7. Grayscale: #676767. Windows color (decimal): -7052536 or 549780. OLE color: 549780.

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

Color convert

RGB 148 99 8 -
CMYK 0 0.33 0.95 0.42
HSL 39º 0.9% 0.31% -
HSV(B) 39º 0.95% 0.58% -
XYZ 16.72 15.24 2.29 -
YUV 103.28 74.23 159.9 -
System Red Green Blue C M Y K H S L
Decimal 148 99 8 0 0.33 0.95 0.42 39 0.9 0.31
Hex 94 63 8 0 21 5F 2A 27 5A 1F
Octal 224 143 10 0 41 137 52 47 132 37
Binary 10010100 1100011 1000 0 100001 1011111 101010 100111 1011010 11111

Color Harmonies of #946308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946308

Black with #946308

Text Example


Text Example

White with #946308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946308; }

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

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

background-color css

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

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

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

border-color css

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

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

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