Html Css Color HEX #CE6912 Chocolate

📋 copy color: '#CE6912'

red 206 ◦ green 105 ◦ blue 18

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

Shades of Chocolate #CE6912

Tints of Chocolate #CE6912

RGB

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

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

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

R = 62.61%
G = 31.91%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE6912 (or 0xCE6912) is known color: Chocolate. HEX triplet: CE, 69 and 12. RGB value is (206,105,18). Sum of RGB (Red+Green+Blue) = 206+105+18=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6912 is #3196ED. Grayscale: #7D7D7D. Windows color (decimal): -3249902 or 1206734. OLE color: 1206734.

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

Color convert

RGB 206 105 18 -
CMYK 0 0.49 0.91 0.19
HSL 27.77º 0.84% 0.44% -
HSV(B) 27.77º 0.91% 0.81% -
XYZ 30.61 23.27 3.45 -
YUV 125.28 67.46 185.57 -
System Red Green Blue C M Y K H S L
Decimal 206 105 18 0 0.49 0.91 0.19 27.77 0.84 0.44
Hex CE 69 12 0 31 5B 13 1C 54 2C
Octal 316 151 22 0 61 133 23 34 124 54
Binary 11001110 1101001 10010 0 110001 1011011 10011 11100 1010100 101100

Color Harmonies of #CE6912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6912

Black with #CE6912

Text Example


Text Example

White with #CE6912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6912; }

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

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

background-color css

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

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

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

border-color css

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

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

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