Html Css Color HEX #CE6517 Chocolate

📋 copy color: '#CE6517'

red 206 ◦ green 101 ◦ blue 23

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

Shades of Chocolate #CE6517

Tints of Chocolate #CE6517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

 BLUE value IS 23 (9.38% from 255) = 6.97%

R = 62.42%
G = 30.61%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE6517 (or 0xCE6517) is known color: Chocolate. HEX triplet: CE, 65 and 17. RGB value is (206,101,23). Sum of RGB (Red+Green+Blue) = 206+101+23=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6517 is #319AE8. Grayscale: #7B7B7B. Windows color (decimal): -3250921 or 1533390. OLE color: 1533390.

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

Color convert

RGB 206 101 23 -
CMYK 0 0.51 0.89 0.19
HSL 25.57º 0.8% 0.45% -
HSV(B) 25.57º 0.89% 0.81% -
XYZ 30.26 22.49 3.56 -
YUV 123.5 71.29 186.84 -
System Red Green Blue C M Y K H S L
Decimal 206 101 23 0 0.51 0.89 0.19 25.57 0.8 0.45
Hex CE 65 17 0 33 59 13 1A 50 2D
Octal 316 145 27 0 63 131 23 32 120 55
Binary 11001110 1100101 10111 0 110011 1011001 10011 11010 1010000 101101

Color Harmonies of #CE6517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6517

Black with #CE6517

Text Example


Text Example

White with #CE6517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6517; }

 p { color: rgb(206,101,23); }

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

background-color css

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

 a { background-color: rgb(206,101,23); }

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

border-color css

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

 span { border-color: rgb(206,101,23); }

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