Html Css Color HEX #CE6914 Chocolate

📋 copy color: '#CE6914'

red 206 ◦ green 105 ◦ blue 20

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

Shades of Chocolate #CE6914

Tints of Chocolate #CE6914

RGB

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

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

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

R = 62.24%
G = 31.72%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE6914 (or 0xCE6914) is known color: Chocolate. HEX triplet: CE, 69 and 14. RGB value is (206,105,20). Sum of RGB (Red+Green+Blue) = 206+105+20=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6914 is #3196EB. Grayscale: #7D7D7D. Windows color (decimal): -3249900 or 1337806. OLE color: 1337806.

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

Color convert

RGB 206 105 20 -
CMYK 0 0.49 0.90 0.19
HSL 27.42º 0.82% 0.44% -
HSV(B) 27.42º 0.9% 0.81% -
XYZ 30.63 23.28 3.54 -
YUV 125.51 68.46 185.41 -
System Red Green Blue C M Y K H S L
Decimal 206 105 20 0 0.49 0.90 0.19 27.42 0.82 0.44
Hex CE 69 14 0 31 5A 13 1B 52 2C
Octal 316 151 24 0 61 132 23 33 122 54
Binary 11001110 1101001 10100 0 110001 1011010 10011 11011 1010010 101100

Color Harmonies of #CE6914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6914

Black with #CE6914

Text Example


Text Example

White with #CE6914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6914; }

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

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

background-color css

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

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

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

border-color css

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

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

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