Html Css Color HEX #CE671F Chocolate

📋 copy color: '#CE671F'

red 206 ◦ green 103 ◦ blue 31

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

Shades of Chocolate #CE671F

Tints of Chocolate #CE671F

RGB

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

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

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

R = 60.59%
G = 30.29%
B = 9.12%

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

#CE671F (or 0xCE671F) is known color: Chocolate. HEX triplet: CE, 67 and 1F. RGB value is (206,103,31). Sum of RGB (Red+Green+Blue) = 206+103+31=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE671F is #3198E0. Grayscale: #7D7D7D. Windows color (decimal): -3250401 or 2058190. OLE color: 2058190.

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

Color convert

RGB 206 103 31 -
CMYK 0 0.50 0.85 0.19
HSL 24.69º 0.74% 0.46% -
HSV(B) 24.69º 0.85% 0.81% -
XYZ 30.55 22.92 4.11 -
YUV 125.59 74.62 185.35 -
System Red Green Blue C M Y K H S L
Decimal 206 103 31 0 0.50 0.85 0.19 24.69 0.74 0.46
Hex CE 67 1F 0 32 55 13 19 4A 2E
Octal 316 147 37 0 62 125 23 31 112 56
Binary 11001110 1100111 11111 0 110010 1010101 10011 11001 1001010 101110

Color Harmonies of #CE671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE671F

Black with #CE671F

Text Example


Text Example

White with #CE671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE671F; }

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

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

background-color css

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

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

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

border-color css

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

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

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