Html Css Color HEX #A6630B Golden Brown

📋 copy color: '#A6630B'

red 166 ◦ green 99 ◦ blue 11

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

Shades of Golden Brown #A6630B

Tints of Golden Brown #A6630B

RGB

 RED value IS 166 (65.23% from 255) = 60.14%

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

 BLUE value IS 11 (4.69% from 255) = 3.99%

R = 60.14%
G = 35.87%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6630B (or 0xA6630B) is known color: Golden Brown. HEX triplet: A6, 63 and 0B. RGB value is (166,99,11). Sum of RGB (Red+Green+Blue) = 166+99+11=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6630B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6630B is #599CF4. Grayscale: #6D6D6D. Windows color (decimal): -5872885 or 746406. OLE color: 746406.

HSL color Cylindrical-coordinate representation of color #A6630B: hue angle of 34.06º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6630B is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 99 11 -
CMYK 0 0.40 0.93 0.35
HSL 34.06º 0.88% 0.35% -
HSV(B) 34.06º 0.93% 0.65% -
XYZ 20.25 17.05 2.54 -
YUV 109 72.7 168.66 -
System Red Green Blue C M Y K H S L
Decimal 166 99 11 0 0.40 0.93 0.35 34.06 0.88 0.35
Hex A6 63 B 0 28 5D 23 22 58 23
Octal 246 143 13 0 50 135 43 42 130 43
Binary 10100110 1100011 1011 0 101000 1011101 100011 100010 1011000 100011

Color Harmonies of #A6630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6630B

Black with #A6630B

Text Example


Text Example

White with #A6630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6630B; }

 p { color: rgb(166,99,11); }

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

background-color css

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

 a { background-color: rgb(166,99,11); }

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

border-color css

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

 span { border-color: rgb(166,99,11); }

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