Html Css Color HEX #CE6D14 Chocolate

📋 copy color: '#CE6D14'

red 206 ◦ green 109 ◦ blue 20

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

Shades of Chocolate #CE6D14

Tints of Chocolate #CE6D14

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

 BLUE value IS 20 (8.2% from 255) = 5.97%

R = 61.49%
G = 32.54%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE6D14 (or 0xCE6D14) is known color: Chocolate. HEX triplet: CE, 6D and 14. RGB value is (206,109,20). Sum of RGB (Red+Green+Blue) = 206+109+20=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6D14 is #3192EB. Grayscale: #808080. Windows color (decimal): -3248876 or 1338830. OLE color: 1338830.

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

Color convert

RGB 206 109 20 -
CMYK 0 0.47 0.90 0.19
HSL 28.71º 0.82% 0.44% -
HSV(B) 28.71º 0.9% 0.81% -
XYZ 31.05 24.11 3.68 -
YUV 127.86 67.14 183.74 -
System Red Green Blue C M Y K H S L
Decimal 206 109 20 0 0.47 0.90 0.19 28.71 0.82 0.44
Hex CE 6D 14 0 2F 5A 13 1D 52 2C
Octal 316 155 24 0 57 132 23 35 122 54
Binary 11001110 1101101 10100 0 101111 1011010 10011 11101 1010010 101100

Color Harmonies of #CE6D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D14

Black with #CE6D14

Text Example


Text Example

White with #CE6D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D14; }

 p { color: rgb(206,109,20); }

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

background-color css

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

 a { background-color: rgb(206,109,20); }

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

border-color css

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

 span { border-color: rgb(206,109,20); }

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