Html Css Color HEX #CE6D13 Chocolate

📋 copy color: '#CE6D13'

red 206 ◦ green 109 ◦ blue 19

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

Shades of Chocolate #CE6D13

Tints of Chocolate #CE6D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.69%

R = 61.68%
G = 32.63%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE6D13 (or 0xCE6D13) is known color: Chocolate. HEX triplet: CE, 6D and 13. RGB value is (206,109,19). Sum of RGB (Red+Green+Blue) = 206+109+19=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6D13 is #3192EC. Grayscale: #808080. Windows color (decimal): -3248877 or 1273294. OLE color: 1273294.

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

Color convert

RGB 206 109 19 -
CMYK 0 0.47 0.91 0.19
HSL 28.88º 0.83% 0.44% -
HSV(B) 28.88º 0.91% 0.81% -
XYZ 31.04 24.11 3.63 -
YUV 127.74 66.64 183.82 -
System Red Green Blue C M Y K H S L
Decimal 206 109 19 0 0.47 0.91 0.19 28.88 0.83 0.44
Hex CE 6D 13 0 2F 5B 13 1D 53 2C
Octal 316 155 23 0 57 133 23 35 123 54
Binary 11001110 1101101 10011 0 101111 1011011 10011 11101 1010011 101100

Color Harmonies of #CE6D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6D13

Black with #CE6D13

Text Example


Text Example

White with #CE6D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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