Html Css Color HEX #CE670F Chocolate

📋 copy color: '#CE670F'

red 206 ◦ green 103 ◦ blue 15

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

Shades of Chocolate #CE670F

Tints of Chocolate #CE670F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.79%

 BLUE value IS 15 (6.25% from 255) = 4.63%

R = 63.58%
G = 31.79%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE670F (or 0xCE670F) is known color: Chocolate. HEX triplet: CE, 67 and 0F. RGB value is (206,103,15). Sum of RGB (Red+Green+Blue) = 206+103+15=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE670F is #3198F0. Grayscale: #7C7C7C. Windows color (decimal): -3250417 or 1009614. OLE color: 1009614.

HSL color Cylindrical-coordinate representation of color #CE670F: hue angle of 27.64º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE670F is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 103 15 -
CMYK 0 0.50 0.93 0.19
HSL 27.64º 0.86% 0.43% -
HSV(B) 27.64º 0.93% 0.81% -
XYZ 30.39 22.86 3.26 -
YUV 123.77 66.62 186.66 -
System Red Green Blue C M Y K H S L
Decimal 206 103 15 0 0.50 0.93 0.19 27.64 0.86 0.43
Hex CE 67 F 0 32 5D 13 1C 56 2B
Octal 316 147 17 0 62 135 23 34 126 53
Binary 11001110 1100111 1111 0 110010 1011101 10011 11100 1010110 101011

Color Harmonies of #CE670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE670F

Black with #CE670F

Text Example


Text Example

White with #CE670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE670F; }

 p { color: rgb(206,103,15); }

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

background-color css

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

 a { background-color: rgb(206,103,15); }

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

border-color css

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

 span { border-color: rgb(206,103,15); }

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