Html Css Color HEX #CE691E Chocolate

📋 copy color: '#CE691E'

red 206 ◦ green 105 ◦ blue 30

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

Shades of Chocolate #CE691E

Tints of Chocolate #CE691E

RGB

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

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

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

R = 60.41%
G = 30.79%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CE691E (or 0xCE691E) is known color: Chocolate. HEX triplet: CE, 69 and 1E. RGB value is (206,105,30). Sum of RGB (Red+Green+Blue) = 206+105+30=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE691E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE691E is #3196E1. Grayscale: #7F7F7F. Windows color (decimal): -3249890 or 1993166. OLE color: 1993166.

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

Color convert

RGB 206 105 30 -
CMYK 0 0.49 0.85 0.19
HSL 25.57º 0.75% 0.46% -
HSV(B) 25.57º 0.85% 0.81% -
XYZ 30.74 23.32 4.11 -
YUV 126.65 73.46 184.6 -
System Red Green Blue C M Y K H S L
Decimal 206 105 30 0 0.49 0.85 0.19 25.57 0.75 0.46
Hex CE 69 1E 0 31 55 13 1A 4B 2E
Octal 316 151 36 0 61 125 23 32 113 56
Binary 11001110 1101001 11110 0 110001 1010101 10011 11010 1001011 101110

Color Harmonies of #CE691E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE691E

Black with #CE691E

Text Example


Text Example

White with #CE691E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE691E; }

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

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

background-color css

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

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

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

border-color css

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

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

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