Html Css Color HEX #C67C15 Ochre

📋 copy color: '#C67C15'

red 198 ◦ green 124 ◦ blue 21

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

Shades of Ochre #C67C15

Tints of Ochre #C67C15

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.15%

 BLUE value IS 21 (8.59% from 255) = 6.12%

R = 57.73%
G = 36.15%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C67C15 (or 0xC67C15) is known color: Ochre. HEX triplet: C6, 7C and 15. RGB value is (198,124,21). Sum of RGB (Red+Green+Blue) = 198+124+21=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 124 (48.83% from 255 or 36.15% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67C15 is #3983EA. Grayscale: #868686. Windows color (decimal): -3769323 or 1408198. OLE color: 1408198.

HSL color Cylindrical-coordinate representation of color #C67C15: hue angle of 34.92º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C67C15 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 124 21 -
CMYK 0 0.37 0.89 0.22
HSL 34.92º 0.81% 0.43% -
HSV(B) 34.92º 0.89% 0.78% -
XYZ 30.63 26.48 4.21 -
YUV 134.38 64.02 173.38 -
System Red Green Blue C M Y K H S L
Decimal 198 124 21 0 0.37 0.89 0.22 34.92 0.81 0.43
Hex C6 7C 15 0 25 59 16 23 51 2B
Octal 306 174 25 0 45 131 26 43 121 53
Binary 11000110 1111100 10101 0 100101 1011001 10110 100011 1010001 101011

Color Harmonies of #C67C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67C15

Black with #C67C15

Text Example


Text Example

White with #C67C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67C15; }

 p { color: rgb(198,124,21); }

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

background-color css

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

 a { background-color: rgb(198,124,21); }

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

border-color css

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

 span { border-color: rgb(198,124,21); }

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