Html Css Color HEX #C17614 Ochre

📋 copy color: '#C17614'

red 193 ◦ green 118 ◦ blue 20

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

Shades of Ochre #C17614

Tints of Ochre #C17614

RGB

 RED value IS 193 (75.78% from 255) = 58.31%

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

 BLUE value IS 20 (8.2% from 255) = 6.04%

R = 58.31%
G = 35.65%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C17614 (or 0xC17614) is known color: Ochre. HEX triplet: C1, 76 and 14. RGB value is (193,118,20). Sum of RGB (Red+Green+Blue) = 193+118+20=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C17614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17614 is #3E89EB. Grayscale: #818181. Windows color (decimal): -4098540 or 1341121. OLE color: 1341121.

HSL color Cylindrical-coordinate representation of color #C17614: hue angle of 33.99º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C17614 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 118 20 -
CMYK 0 0.39 0.90 0.24
HSL 33.99º 0.81% 0.42% -
HSV(B) 33.99º 0.9% 0.76% -
XYZ 28.6 24.34 3.85 -
YUV 129.25 66.35 173.47 -
System Red Green Blue C M Y K H S L
Decimal 193 118 20 0 0.39 0.90 0.24 33.99 0.81 0.42
Hex C1 76 14 0 27 5A 18 22 51 2A
Octal 301 166 24 0 47 132 30 42 121 52
Binary 11000001 1110110 10100 0 100111 1011010 11000 100010 1010001 101010

Color Harmonies of #C17614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17614

Black with #C17614

Text Example


Text Example

White with #C17614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17614; }

 p { color: rgb(193,118,20); }

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

background-color css

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

 a { background-color: rgb(193,118,20); }

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

border-color css

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

 span { border-color: rgb(193,118,20); }

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