Html Css Color HEX #CE681F Chocolate

📋 copy color: '#CE681F'

red 206 ◦ green 104 ◦ blue 31

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

Shades of Chocolate #CE681F

Tints of Chocolate #CE681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

 BLUE value IS 31 (12.5% from 255) = 9.09%

R = 60.41%
G = 30.5%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE681F (or 0xCE681F) is known color: Chocolate. HEX triplet: CE, 68 and 1F. RGB value is (206,104,31). Sum of RGB (Red+Green+Blue) = 206+104+31=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE681F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE681F is #3197E0. Grayscale: #7E7E7E. Windows color (decimal): -3250145 or 2058446. OLE color: 2058446.

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

Color convert

RGB 206 104 31 -
CMYK 0 0.50 0.85 0.19
HSL 25.03º 0.74% 0.46% -
HSV(B) 25.03º 0.85% 0.81% -
XYZ 30.65 23.12 4.14 -
YUV 126.18 74.29 184.94 -
System Red Green Blue C M Y K H S L
Decimal 206 104 31 0 0.50 0.85 0.19 25.03 0.74 0.46
Hex CE 68 1F 0 32 55 13 19 4A 2E
Octal 316 150 37 0 62 125 23 31 112 56
Binary 11001110 1101000 11111 0 110010 1010101 10011 11001 1001010 101110

Color Harmonies of #CE681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE681F

Black with #CE681F

Text Example


Text Example

White with #CE681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE681F; }

 p { color: rgb(206,104,31); }

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

background-color css

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

 a { background-color: rgb(206,104,31); }

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

border-color css

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

 span { border-color: rgb(206,104,31); }

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