Html Css Color HEX #CE7709 Ochre

📋 copy color: '#CE7709'

red 206 ◦ green 119 ◦ blue 9

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

Shades of Ochre #CE7709

Tints of Ochre #CE7709

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.63%

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

R = 61.68%
G = 35.63%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CE7709 (or 0xCE7709) is known color: Ochre. HEX triplet: CE, 77 and 09. RGB value is (206,119,9). Sum of RGB (Red+Green+Blue) = 206+119+9=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7709 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7709 is #3188F6. Grayscale: #858585. Windows color (decimal): -3246327 or 620494. OLE color: 620494.

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

Color convert

RGB 206 119 9 -
CMYK 0 0.42 0.96 0.19
HSL 33.5º 0.92% 0.42% -
HSV(B) 33.5º 0.96% 0.81% -
XYZ 32.1 26.34 3.65 -
YUV 132.47 58.32 180.44 -
System Red Green Blue C M Y K H S L
Decimal 206 119 9 0 0.42 0.96 0.19 33.5 0.92 0.42
Hex CE 77 9 0 2A 60 13 22 5C 2A
Octal 316 167 11 0 52 140 23 42 134 52
Binary 11001110 1110111 1001 0 101010 1100000 10011 100010 1011100 101010

Color Harmonies of #CE7709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7709

Black with #CE7709

Text Example


Text Example

White with #CE7709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7709; }

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

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

background-color css

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

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

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

border-color css

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

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

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