Html Css Color HEX #CE6725 Chocolate

📋 copy color: '#CE6725'

red 206 ◦ green 103 ◦ blue 37

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

Shades of Chocolate #CE6725

Tints of Chocolate #CE6725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.69%

R = 59.54%
G = 29.77%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CE6725 (or 0xCE6725) is known color: Chocolate. HEX triplet: CE, 67 and 25. RGB value is (206,103,37). Sum of RGB (Red+Green+Blue) = 206+103+37=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6725 is #3198DA. Grayscale: #7E7E7E. Windows color (decimal): -3250395 or 2451406. OLE color: 2451406.

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

Color convert

RGB 206 103 37 -
CMYK 0 0.50 0.82 0.19
HSL 23.43º 0.7% 0.48% -
HSV(B) 23.43º 0.82% 0.81% -
XYZ 30.64 22.96 4.57 -
YUV 126.27 77.62 184.87 -
System Red Green Blue C M Y K H S L
Decimal 206 103 37 0 0.50 0.82 0.19 23.43 0.7 0.48
Hex CE 67 25 0 32 52 13 17 46 30
Octal 316 147 45 0 62 122 23 27 106 60
Binary 11001110 1100111 100101 0 110010 1010010 10011 10111 1000110 110000

Color Harmonies of #CE6725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6725

Black with #CE6725

Text Example


Text Example

White with #CE6725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6725; }

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

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

background-color css

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

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

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

border-color css

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

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

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