Html Css Color HEX #946A01 Golden Brown

📋 copy color: '#946A01'

red 148 ◦ green 106 ◦ blue 1

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

Shades of Golden Brown #946A01

Tints of Golden Brown #946A01

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.57%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 58.04%
G = 41.57%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#946A01 (or 0x946A01) is known color: Golden Brown. HEX triplet: 94, 6A and 01. RGB value is (148,106,1). Sum of RGB (Red+Green+Blue) = 148+106+1=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #946A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946A01 is #6B95FE. Grayscale: #6B6B6B. Windows color (decimal): -7050751 or 92820. OLE color: 92820.

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

Color convert

RGB 148 106 1 -
CMYK 0 0.28 0.99 0.42
HSL 42.86º 0.99% 0.29% -
HSV(B) 42.86º 0.99% 0.58% -
XYZ 17.37 16.61 2.32 -
YUV 106.59 68.41 157.54 -
System Red Green Blue C M Y K H S L
Decimal 148 106 1 0 0.28 0.99 0.42 42.86 0.99 0.29
Hex 94 6A 1 0 1C 63 2A 2B 63 1D
Octal 224 152 1 0 34 143 52 53 143 35
Binary 10010100 1101010 1 0 11100 1100011 101010 101011 1100011 11101

Color Harmonies of #946A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A01

Black with #946A01

Text Example


Text Example

White with #946A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,106,1); }

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

background-color css

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

 a { background-color: rgb(148,106,1); }

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

border-color css

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

 span { border-color: rgb(148,106,1); }

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