Html Css Color HEX #CE6F12 Chocolate

📋 copy color: '#CE6F12'

red 206 ◦ green 111 ◦ blue 18

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

Shades of Chocolate #CE6F12

Tints of Chocolate #CE6F12

RGB

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

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

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

R = 61.49%
G = 33.13%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE6F12 (or 0xCE6F12) is known color: Chocolate. HEX triplet: CE, 6F and 12. RGB value is (206,111,18). Sum of RGB (Red+Green+Blue) = 206+111+18=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6F12 is #3190ED. Grayscale: #818181. Windows color (decimal): -3248366 or 1208270. OLE color: 1208270.

HSL color Cylindrical-coordinate representation of color #CE6F12: hue angle of 29.68º 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 #CE6F12 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 111 18 -
CMYK 0 0.46 0.91 0.19
HSL 29.68º 0.84% 0.44% -
HSV(B) 29.68º 0.91% 0.81% -
XYZ 31.25 24.53 3.66 -
YUV 128.8 65.47 183.06 -
System Red Green Blue C M Y K H S L
Decimal 206 111 18 0 0.46 0.91 0.19 29.68 0.84 0.44
Hex CE 6F 12 0 2E 5B 13 1E 54 2C
Octal 316 157 22 0 56 133 23 36 124 54
Binary 11001110 1101111 10010 0 101110 1011011 10011 11110 1010100 101100

Color Harmonies of #CE6F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F12

Black with #CE6F12

Text Example


Text Example

White with #CE6F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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