Html Css Color HEX #AB6206 Golden Brown

📋 copy color: '#AB6206'

red 171 ◦ green 98 ◦ blue 6

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

Shades of Golden Brown #AB6206

Tints of Golden Brown #AB6206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.64%

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

R = 62.18%
G = 35.64%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB6206 (or 0xAB6206) is known color: Golden Brown. HEX triplet: AB, 62 and 06. RGB value is (171,98,6). Sum of RGB (Red+Green+Blue) = 171+98+6=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6206 is #549DF9. Grayscale: #6D6D6D. Windows color (decimal): -5545466 or 418475. OLE color: 418475.

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

Color convert

RGB 171 98 6 -
CMYK 0 0.43 0.96 0.33
HSL 33.45º 0.93% 0.35% -
HSV(B) 33.45º 0.96% 0.67% -
XYZ 21.2 17.41 2.41 -
YUV 109.34 69.68 171.98 -
System Red Green Blue C M Y K H S L
Decimal 171 98 6 0 0.43 0.96 0.33 33.45 0.93 0.35
Hex AB 62 6 0 2B 60 21 21 5D 23
Octal 253 142 6 0 53 140 41 41 135 43
Binary 10101011 1100010 110 0 101011 1100000 100001 100001 1011101 100011

Color Harmonies of #AB6206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6206

Black with #AB6206

Text Example


Text Example

White with #AB6206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6206; }

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

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

background-color css

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

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

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

border-color css

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

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

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