Html Css Color HEX #AB6906 Golden Brown

📋 copy color: '#AB6906'

red 171 ◦ green 105 ◦ blue 6

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

Shades of Golden Brown #AB6906

Tints of Golden Brown #AB6906

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.23%

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

R = 60.64%
G = 37.23%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB6906 (or 0xAB6906) is known color: Golden Brown. HEX triplet: AB, 69 and 06. RGB value is (171,105,6). Sum of RGB (Red+Green+Blue) = 171+105+6=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6906 is #5496F9. Grayscale: #717171. Windows color (decimal): -5543674 or 420267. OLE color: 420267.

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

Color convert

RGB 171 105 6 -
CMYK 0 0.39 0.96 0.33
HSL 36º 0.93% 0.35% -
HSV(B) 36º 0.96% 0.67% -
XYZ 21.88 18.77 2.64 -
YUV 113.45 67.37 169.05 -
System Red Green Blue C M Y K H S L
Decimal 171 105 6 0 0.39 0.96 0.33 36 0.93 0.35
Hex AB 69 6 0 27 60 21 24 5D 23
Octal 253 151 6 0 47 140 41 44 135 43
Binary 10101011 1101001 110 0 100111 1100000 100001 100100 1011101 100011

Color Harmonies of #AB6906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6906

Black with #AB6906

Text Example


Text Example

White with #AB6906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6906; }

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

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

background-color css

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

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

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

border-color css

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

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

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