Html Css Color HEX #CE6321 Chocolate

📋 copy color: '#CE6321'

red 206 ◦ green 99 ◦ blue 33

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

Shades of Chocolate #CE6321

Tints of Chocolate #CE6321

RGB

 RED value IS 206 (80.86% from 255) = 60.95%

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

 BLUE value IS 33 (13.28% from 255) = 9.76%

R = 60.95%
G = 29.29%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE6321 (or 0xCE6321) is known color: Chocolate. HEX triplet: CE, 63 and 21. RGB value is (206,99,33). Sum of RGB (Red+Green+Blue) = 206+99+33=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6321 is #319CDE. Grayscale: #7B7B7B. Windows color (decimal): -3251423 or 2188238. OLE color: 2188238.

HSL color Cylindrical-coordinate representation of color #CE6321: hue angle of 22.89º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE6321 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 99 33 -
CMYK 0 0.52 0.84 0.19
HSL 22.89º 0.72% 0.47% -
HSV(B) 22.89º 0.84% 0.81% -
XYZ 30.19 22.16 4.12 -
YUV 123.47 76.95 186.87 -
System Red Green Blue C M Y K H S L
Decimal 206 99 33 0 0.52 0.84 0.19 22.89 0.72 0.47
Hex CE 63 21 0 34 54 13 17 48 2F
Octal 316 143 41 0 64 124 23 27 110 57
Binary 11001110 1100011 100001 0 110100 1010100 10011 10111 1001000 101111

Color Harmonies of #CE6321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6321

Black with #CE6321

Text Example


Text Example

White with #CE6321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6321; }

 p { color: rgb(206,99,33); }

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

background-color css

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

 a { background-color: rgb(206,99,33); }

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

border-color css

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

 span { border-color: rgb(206,99,33); }

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