Html Css Color HEX #C67618 Ochre

📋 copy color: '#C67618'

red 198 ◦ green 118 ◦ blue 24

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

Shades of Ochre #C67618

Tints of Ochre #C67618

RGB

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

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

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

R = 58.24%
G = 34.71%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C67618 (or 0xC67618) is known color: Ochre. HEX triplet: C6, 76 and 18. RGB value is (198,118,24). Sum of RGB (Red+Green+Blue) = 198+118+24=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C67618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67618 is #3989E7. Grayscale: #838383. Windows color (decimal): -3770856 or 1603270. OLE color: 1603270.

HSL color Cylindrical-coordinate representation of color #C67618: hue angle of 32.41º 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 #C67618 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 118 24 -
CMYK 0 0.40 0.88 0.22
HSL 32.41º 0.78% 0.44% -
HSV(B) 32.41º 0.88% 0.78% -
XYZ 29.93 25.03 4.12 -
YUV 131.2 67.5 175.64 -
System Red Green Blue C M Y K H S L
Decimal 198 118 24 0 0.40 0.88 0.22 32.41 0.78 0.44
Hex C6 76 18 0 28 58 16 20 4E 2C
Octal 306 166 30 0 50 130 26 40 116 54
Binary 11000110 1110110 11000 0 101000 1011000 10110 100000 1001110 101100

Color Harmonies of #C67618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67618

Black with #C67618

Text Example


Text Example

White with #C67618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67618; }

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

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

background-color css

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

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

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

border-color css

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

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

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