Html Css Color HEX #CE690D Chocolate

📋 copy color: '#CE690D'

red 206 ◦ green 105 ◦ blue 13

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

Shades of Chocolate #CE690D

Tints of Chocolate #CE690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.41%

 BLUE value IS 13 (5.47% from 255) = 4.01%

R = 63.58%
G = 32.41%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE690D (or 0xCE690D) is known color: Chocolate. HEX triplet: CE, 69 and 0D. RGB value is (206,105,13). Sum of RGB (Red+Green+Blue) = 206+105+13=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE690D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE690D is #3196F2. Grayscale: #7D7D7D. Windows color (decimal): -3249907 or 879054. OLE color: 879054.

HSL color Cylindrical-coordinate representation of color #CE690D: hue angle of 28.6º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE690D is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 105 13 -
CMYK 0 0.49 0.94 0.19
HSL 28.6º 0.88% 0.43% -
HSV(B) 28.6º 0.94% 0.81% -
XYZ 30.58 23.25 3.26 -
YUV 124.71 64.96 185.98 -
System Red Green Blue C M Y K H S L
Decimal 206 105 13 0 0.49 0.94 0.19 28.6 0.88 0.43
Hex CE 69 D 0 31 5E 13 1D 58 2B
Octal 316 151 15 0 61 136 23 35 130 53
Binary 11001110 1101001 1101 0 110001 1011110 10011 11101 1011000 101011

Color Harmonies of #CE690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE690D

Black with #CE690D

Text Example


Text Example

White with #CE690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE690D; }

 p { color: rgb(206,105,13); }

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

background-color css

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

 a { background-color: rgb(206,105,13); }

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

border-color css

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

 span { border-color: rgb(206,105,13); }

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