Html Css Color HEX #AB6506 Golden Brown

📋 copy color: '#AB6506'

red 171 ◦ green 101 ◦ blue 6

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

Shades of Golden Brown #AB6506

Tints of Golden Brown #AB6506

RGB

 RED value IS 171 (67.19% from 255) = 61.51%

 GREEN value IS 101 (39.84% from 255) = 36.33%

 BLUE value IS 6 (2.73% from 255) = 2.16%

R = 61.51%
G = 36.33%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB6506 (or 0xAB6506) is known color: Golden Brown. HEX triplet: AB, 65 and 06. RGB value is (171,101,6). Sum of RGB (Red+Green+Blue) = 171+101+6=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6506 is #549AF9. Grayscale: #6F6F6F. Windows color (decimal): -5544698 or 419243. OLE color: 419243.

HSL color Cylindrical-coordinate representation of color #AB6506: hue angle of 34.55º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB6506 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 101 6 -
CMYK 0 0.41 0.96 0.33
HSL 34.55º 0.93% 0.35% -
HSV(B) 34.55º 0.96% 0.67% -
XYZ 21.48 17.98 2.51 -
YUV 111.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 171 101 6 0 0.41 0.96 0.33 34.55 0.93 0.35
Hex AB 65 6 0 29 60 21 23 5D 23
Octal 253 145 6 0 51 140 41 43 135 43
Binary 10101011 1100101 110 0 101001 1100000 100001 100011 1011101 100011

Color Harmonies of #AB6506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6506

Black with #AB6506

Text Example


Text Example

White with #AB6506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6506; }

 p { color: rgb(171,101,6); }

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

background-color css

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

 a { background-color: rgb(171,101,6); }

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

border-color css

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

 span { border-color: rgb(171,101,6); }

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