Html Css Color HEX #C68018 Ochre

📋 copy color: '#C68018'

red 198 ◦ green 128 ◦ blue 24

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

Shades of Ochre #C68018

Tints of Ochre #C68018

RGB

 RED value IS 198 (77.73% from 255) = 56.57%

 GREEN value IS 128 (50.39% from 255) = 36.57%

 BLUE value IS 24 (9.77% from 255) = 6.86%

R = 56.57%
G = 36.57%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C68018 (or 0xC68018) is known color: Ochre. HEX triplet: C6, 80 and 18. RGB value is (198,128,24). Sum of RGB (Red+Green+Blue) = 198+128+24=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C68018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68018 is #397FE7. Grayscale: #898989. Windows color (decimal): -3768296 or 1605830. OLE color: 1605830.

HSL color Cylindrical-coordinate representation of color #C68018: hue angle of 35.86º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C68018 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 24 -
CMYK 0 0.35 0.88 0.22
HSL 35.86º 0.78% 0.44% -
HSV(B) 35.86º 0.88% 0.78% -
XYZ 31.17 27.51 4.53 -
YUV 137.07 64.19 171.46 -
System Red Green Blue C M Y K H S L
Decimal 198 128 24 0 0.35 0.88 0.22 35.86 0.78 0.44
Hex C6 80 18 0 23 58 16 24 4E 2C
Octal 306 200 30 0 43 130 26 44 116 54
Binary 11000110 10000000 11000 0 100011 1011000 10110 100100 1001110 101100

Color Harmonies of #C68018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68018

Black with #C68018

Text Example


Text Example

White with #C68018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68018; }

 p { color: rgb(198,128,24); }

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

background-color css

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

 a { background-color: rgb(198,128,24); }

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

border-color css

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

 span { border-color: rgb(198,128,24); }

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