Html Css Color HEX #806333 Hot Curry

📋 copy color: '#806333'

red 128 ◦ green 99 ◦ blue 51

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

Shades of Hot Curry #806333

Tints of Hot Curry #806333

RGB

 RED value IS 128 (50.39% from 255) = 46.04%

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

 BLUE value IS 51 (20.31% from 255) = 18.35%

R = 46.04%
G = 35.61%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#806333 (or 0x806333) is known color: Hot Curry. HEX triplet: 80, 63 and 33. RGB value is (128,99,51). Sum of RGB (Red+Green+Blue) = 128+99+51=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #806333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806333 is #7F9CCC. Grayscale: #666666. Windows color (decimal): -8363213 or 3367808. OLE color: 3367808.

HSL color Cylindrical-coordinate representation of color #806333: hue angle of 37.4º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #806333 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 99 51 -
CMYK 0 0.23 0.60 0.50
HSL 37.4º 0.43% 0.35% -
HSV(B) 37.4º 0.6% 0.5% -
XYZ 13.96 13.75 5.05 -
YUV 102.2 99.11 146.4 -
System Red Green Blue C M Y K H S L
Decimal 128 99 51 0 0.23 0.60 0.50 37.4 0.43 0.35
Hex 80 63 33 0 17 3C 32 25 2B 23
Octal 200 143 63 0 27 74 62 45 53 43
Binary 10000000 1100011 110011 0 10111 111100 110010 100101 101011 100011

Color Harmonies of #806333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806333

Black with #806333

Text Example


Text Example

White with #806333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806333; }

 p { color: rgb(128,99,51); }

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

background-color css

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

 a { background-color: rgb(128,99,51); }

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

border-color css

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

 span { border-color: rgb(128,99,51); }

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