Html Css Color HEX #CE6318 Chocolate

📋 copy color: '#CE6318'

red 206 ◦ green 99 ◦ blue 24

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

Shades of Chocolate #CE6318

Tints of Chocolate #CE6318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.29%

R = 62.61%
G = 30.09%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE6318 (or 0xCE6318) is known color: Chocolate. HEX triplet: CE, 63 and 18. RGB value is (206,99,24). Sum of RGB (Red+Green+Blue) = 206+99+24=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6318 is #319CE7. Grayscale: #7A7A7A. Windows color (decimal): -3251432 or 1598414. OLE color: 1598414.

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

Color convert

RGB 206 99 24 -
CMYK 0 0.52 0.88 0.19
HSL 24.73º 0.79% 0.45% -
HSV(B) 24.73º 0.88% 0.81% -
XYZ 30.08 22.11 3.55 -
YUV 122.44 72.45 187.6 -
System Red Green Blue C M Y K H S L
Decimal 206 99 24 0 0.52 0.88 0.19 24.73 0.79 0.45
Hex CE 63 18 0 34 58 13 19 4F 2D
Octal 316 143 30 0 64 130 23 31 117 55
Binary 11001110 1100011 11000 0 110100 1011000 10011 11001 1001111 101101

Color Harmonies of #CE6318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6318

Black with #CE6318

Text Example


Text Example

White with #CE6318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6318; }

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

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

background-color css

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

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

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

border-color css

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

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

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