Html Css Color HEX #CE7609 Ochre

📋 copy color: '#CE7609'

red 206 ◦ green 118 ◦ blue 9

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

Shades of Ochre #CE7609

Tints of Ochre #CE7609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.7%

R = 61.86%
G = 35.44%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE7609 (or 0xCE7609) is known color: Ochre. HEX triplet: CE, 76 and 09. RGB value is (206,118,9). Sum of RGB (Red+Green+Blue) = 206+118+9=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7609 is #3189F6. Grayscale: #848484. Windows color (decimal): -3246583 or 620238. OLE color: 620238.

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

Color convert

RGB 206 118 9 -
CMYK 0 0.43 0.96 0.19
HSL 33.2º 0.92% 0.42% -
HSV(B) 33.2º 0.96% 0.81% -
XYZ 31.98 26.1 3.61 -
YUV 131.89 58.65 180.86 -
System Red Green Blue C M Y K H S L
Decimal 206 118 9 0 0.43 0.96 0.19 33.2 0.92 0.42
Hex CE 76 9 0 2B 60 13 21 5C 2A
Octal 316 166 11 0 53 140 23 41 134 52
Binary 11001110 1110110 1001 0 101011 1100000 10011 100001 1011100 101010

Color Harmonies of #CE7609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7609

Black with #CE7609

Text Example


Text Example

White with #CE7609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7609; }

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

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

background-color css

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

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

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

border-color css

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

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

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