Html Css Color HEX #CE7610 Ochre

📋 copy color: '#CE7610'

red 206 ◦ green 118 ◦ blue 16

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

Shades of Ochre #CE7610

Tints of Ochre #CE7610

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

 BLUE value IS 16 (6.64% from 255) = 4.71%

R = 60.59%
G = 34.71%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE7610 (or 0xCE7610) is known color: Ochre. HEX triplet: CE, 76 and 10. RGB value is (206,118,16). Sum of RGB (Red+Green+Blue) = 206+118+16=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7610 is #3189EF. Grayscale: #858585. Windows color (decimal): -3246576 or 1078990. OLE color: 1078990.

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

Color convert

RGB 206 118 16 -
CMYK 0 0.43 0.92 0.19
HSL 32.21º 0.86% 0.44% -
HSV(B) 32.21º 0.92% 0.81% -
XYZ 32.03 26.12 3.84 -
YUV 132.68 62.15 180.29 -
System Red Green Blue C M Y K H S L
Decimal 206 118 16 0 0.43 0.92 0.19 32.21 0.86 0.44
Hex CE 76 10 0 2B 5C 13 20 56 2C
Octal 316 166 20 0 53 134 23 40 126 54
Binary 11001110 1110110 10000 0 101011 1011100 10011 100000 1010110 101100

Color Harmonies of #CE7610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7610

Black with #CE7610

Text Example


Text Example

White with #CE7610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7610; }

 p { color: rgb(206,118,16); }

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

background-color css

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

 a { background-color: rgb(206,118,16); }

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

border-color css

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

 span { border-color: rgb(206,118,16); }

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