Html Css Color HEX #CE6A1A Chocolate

📋 copy color: '#CE6A1A'

red 206 ◦ green 106 ◦ blue 26

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

Shades of Chocolate #CE6A1A

Tints of Chocolate #CE6A1A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.36%

 BLUE value IS 26 (10.55% from 255) = 7.69%

R = 60.95%
G = 31.36%
B = 7.69%

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

#CE6A1A (or 0xCE6A1A) is known color: Chocolate. HEX triplet: CE, 6A and 1A. RGB value is (206,106,26). Sum of RGB (Red+Green+Blue) = 206+106+26=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6A1A is #3195E5. Grayscale: #7F7F7F. Windows color (decimal): -3249638 or 1731278. OLE color: 1731278.

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

Color convert

RGB 206 106 26 -
CMYK 0 0.49 0.87 0.19
HSL 26.67º 0.78% 0.45% -
HSV(B) 26.67º 0.87% 0.81% -
XYZ 30.79 23.5 3.89 -
YUV 126.78 71.13 184.5 -
System Red Green Blue C M Y K H S L
Decimal 206 106 26 0 0.49 0.87 0.19 26.67 0.78 0.45
Hex CE 6A 1A 0 31 57 13 1B 4E 2D
Octal 316 152 32 0 61 127 23 33 116 55
Binary 11001110 1101010 11010 0 110001 1010111 10011 11011 1001110 101101

Color Harmonies of #CE6A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6A1A

Black with #CE6A1A

Text Example


Text Example

White with #CE6A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6A1A; }

 p { color: rgb(206,106,26); }

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

background-color css

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

 a { background-color: rgb(206,106,26); }

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

border-color css

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

 span { border-color: rgb(206,106,26); }

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