Html Css Color HEX #CE6710 Chocolate

📋 copy color: '#CE6710'

red 206 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #CE6710

Tints of Chocolate #CE6710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.69%

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 63.38%
G = 31.69%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE6710 (or 0xCE6710) is known color: Chocolate. HEX triplet: CE, 67 and 10. RGB value is (206,103,16). Sum of RGB (Red+Green+Blue) = 206+103+16=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6710 is #3198EF. Grayscale: #7C7C7C. Windows color (decimal): -3250416 or 1075150. OLE color: 1075150.

HSL color Cylindrical-coordinate representation of color #CE6710: hue angle of 27.47º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE6710 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 103 16 -
CMYK 0 0.50 0.92 0.19
HSL 27.47º 0.86% 0.44% -
HSV(B) 27.47º 0.92% 0.81% -
XYZ 30.4 22.86 3.3 -
YUV 123.88 67.12 186.57 -
System Red Green Blue C M Y K H S L
Decimal 206 103 16 0 0.50 0.92 0.19 27.47 0.86 0.44
Hex CE 67 10 0 32 5C 13 1B 56 2C
Octal 316 147 20 0 62 134 23 33 126 54
Binary 11001110 1100111 10000 0 110010 1011100 10011 11011 1010110 101100

Color Harmonies of #CE6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6710

Black with #CE6710

Text Example


Text Example

White with #CE6710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6710; }

 p { color: rgb(206,103,16); }

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

background-color css

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

 a { background-color: rgb(206,103,16); }

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

border-color css

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

 span { border-color: rgb(206,103,16); }

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