Html Css Color HEX #CE6920 Chocolate

📋 copy color: '#CE6920'

red 206 ◦ green 105 ◦ blue 32

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

Shades of Chocolate #CE6920

Tints of Chocolate #CE6920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 60.06%
G = 30.61%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE6920 (or 0xCE6920) is known color: Chocolate. HEX triplet: CE, 69 and 20. RGB value is (206,105,32). Sum of RGB (Red+Green+Blue) = 206+105+32=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6920 is #3196DF. Grayscale: #7F7F7F. Windows color (decimal): -3249888 or 2124238. OLE color: 2124238.

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

Color convert

RGB 206 105 32 -
CMYK 0 0.49 0.84 0.19
HSL 25.17º 0.73% 0.47% -
HSV(B) 25.17º 0.84% 0.81% -
XYZ 30.77 23.33 4.25 -
YUV 126.88 74.46 184.44 -
System Red Green Blue C M Y K H S L
Decimal 206 105 32 0 0.49 0.84 0.19 25.17 0.73 0.47
Hex CE 69 20 0 31 54 13 19 49 2F
Octal 316 151 40 0 61 124 23 31 111 57
Binary 11001110 1101001 100000 0 110001 1010100 10011 11001 1001001 101111

Color Harmonies of #CE6920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6920

Black with #CE6920

Text Example


Text Example

White with #CE6920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6920; }

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

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

background-color css

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

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

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

border-color css

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

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

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