Html Css Color HEX #CE6F15 Chocolate

📋 copy color: '#CE6F15'

red 206 ◦ green 111 ◦ blue 21

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

Shades of Chocolate #CE6F15

Tints of Chocolate #CE6F15

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.84%

 BLUE value IS 21 (8.59% from 255) = 6.21%

R = 60.95%
G = 32.84%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE6F15 (or 0xCE6F15) is known color: Chocolate. HEX triplet: CE, 6F and 15. RGB value is (206,111,21). Sum of RGB (Red+Green+Blue) = 206+111+21=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6F15 is #3190EA. Grayscale: #818181. Windows color (decimal): -3248363 or 1404878. OLE color: 1404878.

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

Color convert

RGB 206 111 21 -
CMYK 0 0.46 0.90 0.19
HSL 29.19º 0.81% 0.45% -
HSV(B) 29.19º 0.9% 0.81% -
XYZ 31.27 24.54 3.8 -
YUV 129.15 66.97 182.82 -
System Red Green Blue C M Y K H S L
Decimal 206 111 21 0 0.46 0.90 0.19 29.19 0.81 0.45
Hex CE 6F 15 0 2E 5A 13 1D 51 2D
Octal 316 157 25 0 56 132 23 35 121 55
Binary 11001110 1101111 10101 0 101110 1011010 10011 11101 1010001 101101

Color Harmonies of #CE6F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F15

Black with #CE6F15

Text Example


Text Example

White with #CE6F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F15; }

 p { color: rgb(206,111,21); }

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

background-color css

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

 a { background-color: rgb(206,111,21); }

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

border-color css

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

 span { border-color: rgb(206,111,21); }

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