Html Css Color HEX #CE691F Chocolate

📋 copy color: '#CE691F'

red 206 ◦ green 105 ◦ blue 31

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

Shades of Chocolate #CE691F

Tints of Chocolate #CE691F

RGB

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

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

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

R = 60.23%
G = 30.7%
B = 9.06%

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

#CE691F (or 0xCE691F) is known color: Chocolate. HEX triplet: CE, 69 and 1F. RGB value is (206,105,31). Sum of RGB (Red+Green+Blue) = 206+105+31=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE691F is #3196E0. Grayscale: #7F7F7F. Windows color (decimal): -3249889 or 2058702. OLE color: 2058702.

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

Color convert

RGB 206 105 31 -
CMYK 0 0.49 0.85 0.19
HSL 25.37º 0.74% 0.46% -
HSV(B) 25.37º 0.85% 0.81% -
XYZ 30.75 23.32 4.18 -
YUV 126.76 73.96 184.52 -
System Red Green Blue C M Y K H S L
Decimal 206 105 31 0 0.49 0.85 0.19 25.37 0.74 0.46
Hex CE 69 1F 0 31 55 13 19 4A 2E
Octal 316 151 37 0 61 125 23 31 112 56
Binary 11001110 1101001 11111 0 110001 1010101 10011 11001 1001010 101110

Color Harmonies of #CE691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE691F

Black with #CE691F

Text Example


Text Example

White with #CE691F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE691F; }

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

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

background-color css

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

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

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

border-color css

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

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

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