Html Css Color HEX #CE6918 Chocolate

📋 copy color: '#CE6918'

red 206 ◦ green 105 ◦ blue 24

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

Shades of Chocolate #CE6918

Tints of Chocolate #CE6918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.16%

R = 61.49%
G = 31.34%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE6918 (or 0xCE6918) is known color: Chocolate. HEX triplet: CE, 69 and 18. RGB value is (206,105,24). Sum of RGB (Red+Green+Blue) = 206+105+24=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6918 is #3196E7. Grayscale: #7E7E7E. Windows color (decimal): -3249896 or 1599950. OLE color: 1599950.

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

Color convert

RGB 206 105 24 -
CMYK 0 0.49 0.88 0.19
HSL 26.7º 0.79% 0.45% -
HSV(B) 26.7º 0.88% 0.81% -
XYZ 30.67 23.29 3.74 -
YUV 125.97 70.46 185.09 -
System Red Green Blue C M Y K H S L
Decimal 206 105 24 0 0.49 0.88 0.19 26.7 0.79 0.45
Hex CE 69 18 0 31 58 13 1B 4F 2D
Octal 316 151 30 0 61 130 23 33 117 55
Binary 11001110 1101001 11000 0 110001 1011000 10011 11011 1001111 101101

Color Harmonies of #CE6918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6918

Black with #CE6918

Text Example


Text Example

White with #CE6918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6918; }

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

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

background-color css

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

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

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

border-color css

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

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

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