Html Css Color HEX #CE6B1E Chocolate

📋 copy color: '#CE6B1E'

red 206 ◦ green 107 ◦ blue 30

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

Shades of Chocolate #CE6B1E

Tints of Chocolate #CE6B1E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.2%

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

R = 60.06%
G = 31.2%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE6B1E (or 0xCE6B1E) is known color: Chocolate. HEX triplet: CE, 6B and 1E. RGB value is (206,107,30). Sum of RGB (Red+Green+Blue) = 206+107+30=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6B1E is #3194E1. Grayscale: #808080. Windows color (decimal): -3249378 or 1993678. OLE color: 1993678.

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

Color convert

RGB 206 107 30 -
CMYK 0 0.48 0.85 0.19
HSL 26.25º 0.75% 0.46% -
HSV(B) 26.25º 0.85% 0.81% -
XYZ 30.95 23.73 4.18 -
YUV 127.82 72.8 183.76 -
System Red Green Blue C M Y K H S L
Decimal 206 107 30 0 0.48 0.85 0.19 26.25 0.75 0.46
Hex CE 6B 1E 0 30 55 13 1A 4B 2E
Octal 316 153 36 0 60 125 23 32 113 56
Binary 11001110 1101011 11110 0 110000 1010101 10011 11010 1001011 101110

Color Harmonies of #CE6B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B1E

Black with #CE6B1E

Text Example


Text Example

White with #CE6B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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