Html Css Color HEX #CE6712 Chocolate

📋 copy color: '#CE6712'

red 206 ◦ green 103 ◦ blue 18

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

Shades of Chocolate #CE6712

Tints of Chocolate #CE6712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.5%

R = 63%
G = 31.5%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE6712 (or 0xCE6712) is known color: Chocolate. HEX triplet: CE, 67 and 12. RGB value is (206,103,18). Sum of RGB (Red+Green+Blue) = 206+103+18=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6712 is #3198ED. Grayscale: #7C7C7C. Windows color (decimal): -3250414 or 1206222. OLE color: 1206222.

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

Color convert

RGB 206 103 18 -
CMYK 0 0.50 0.91 0.19
HSL 27.13º 0.84% 0.44% -
HSV(B) 27.13º 0.91% 0.81% -
XYZ 30.41 22.87 3.38 -
YUV 124.11 68.12 186.41 -
System Red Green Blue C M Y K H S L
Decimal 206 103 18 0 0.50 0.91 0.19 27.13 0.84 0.44
Hex CE 67 12 0 32 5B 13 1B 54 2C
Octal 316 147 22 0 62 133 23 33 124 54
Binary 11001110 1100111 10010 0 110010 1011011 10011 11011 1010100 101100

Color Harmonies of #CE6712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6712

Black with #CE6712

Text Example


Text Example

White with #CE6712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6712; }

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

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

background-color css

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

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

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

border-color css

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

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

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