Html Css Color HEX #CE691B Chocolate

📋 copy color: '#CE691B'

red 206 ◦ green 105 ◦ blue 27

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

Shades of Chocolate #CE691B

Tints of Chocolate #CE691B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.99%

R = 60.95%
G = 31.07%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE691B (or 0xCE691B) is known color: Chocolate. HEX triplet: CE, 69 and 1B. RGB value is (206,105,27). Sum of RGB (Red+Green+Blue) = 206+105+27=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE691B is #3196E4. Grayscale: #7E7E7E. Windows color (decimal): -3249893 or 1796558. OLE color: 1796558.

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

Color convert

RGB 206 105 27 -
CMYK 0 0.49 0.87 0.19
HSL 26.15º 0.77% 0.46% -
HSV(B) 26.15º 0.87% 0.81% -
XYZ 30.7 23.3 3.92 -
YUV 126.31 71.96 184.84 -
System Red Green Blue C M Y K H S L
Decimal 206 105 27 0 0.49 0.87 0.19 26.15 0.77 0.46
Hex CE 69 1B 0 31 57 13 1A 4D 2E
Octal 316 151 33 0 61 127 23 32 115 56
Binary 11001110 1101001 11011 0 110001 1010111 10011 11010 1001101 101110

Color Harmonies of #CE691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE691B

Black with #CE691B

Text Example


Text Example

White with #CE691B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE691B; }

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

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

background-color css

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

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

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

border-color css

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

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

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