Html Css Color HEX #CE6F1E Chocolate

📋 copy color: '#CE6F1E'

red 206 ◦ green 111 ◦ blue 30

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

Shades of Chocolate #CE6F1E

Tints of Chocolate #CE6F1E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.99%

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 59.37%
G = 31.99%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE6F1E (or 0xCE6F1E) is known color: Chocolate. HEX triplet: CE, 6F and 1E. RGB value is (206,111,30). Sum of RGB (Red+Green+Blue) = 206+111+30=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6F1E is #3190E1. Grayscale: #828282. Windows color (decimal): -3248354 or 1994702. OLE color: 1994702.

HSL color Cylindrical-coordinate representation of color #CE6F1E: hue angle of 27.61º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE6F1E is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 111 30 -
CMYK 0 0.46 0.85 0.19
HSL 27.61º 0.75% 0.46% -
HSV(B) 27.61º 0.85% 0.81% -
XYZ 31.37 24.58 4.32 -
YUV 130.17 71.47 182.09 -
System Red Green Blue C M Y K H S L
Decimal 206 111 30 0 0.46 0.85 0.19 27.61 0.75 0.46
Hex CE 6F 1E 0 2E 55 13 1C 4B 2E
Octal 316 157 36 0 56 125 23 34 113 56
Binary 11001110 1101111 11110 0 101110 1010101 10011 11100 1001011 101110

Color Harmonies of #CE6F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6F1E

Black with #CE6F1E

Text Example


Text Example

White with #CE6F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6F1E; }

 p { color: rgb(206,111,30); }

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

background-color css

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

 a { background-color: rgb(206,111,30); }

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

border-color css

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

 span { border-color: rgb(206,111,30); }

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