Html Css Color HEX #AB6706 Golden Brown

📋 copy color: '#AB6706'

red 171 ◦ green 103 ◦ blue 6

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

Shades of Golden Brown #AB6706

Tints of Golden Brown #AB6706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.79%

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

R = 61.07%
G = 36.79%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB6706 (or 0xAB6706) is known color: Golden Brown. HEX triplet: AB, 67 and 06. RGB value is (171,103,6). Sum of RGB (Red+Green+Blue) = 171+103+6=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6706 is #5498F9. Grayscale: #707070. Windows color (decimal): -5544186 or 419755. OLE color: 419755.

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

Color convert

RGB 171 103 6 -
CMYK 0 0.40 0.96 0.33
HSL 35.27º 0.93% 0.35% -
HSV(B) 35.27º 0.96% 0.67% -
XYZ 21.68 18.37 2.58 -
YUV 112.27 68.03 169.89 -
System Red Green Blue C M Y K H S L
Decimal 171 103 6 0 0.40 0.96 0.33 35.27 0.93 0.35
Hex AB 67 6 0 28 60 21 23 5D 23
Octal 253 147 6 0 50 140 41 43 135 43
Binary 10101011 1100111 110 0 101000 1100000 100001 100011 1011101 100011

Color Harmonies of #AB6706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6706

Black with #AB6706

Text Example


Text Example

White with #AB6706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6706; }

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

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

background-color css

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

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

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

border-color css

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

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

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