Html Css Color HEX #C67023 Ochre

📋 copy color: '#C67023'

red 198 ◦ green 112 ◦ blue 35

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

Shades of Ochre #C67023

Tints of Ochre #C67023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

 BLUE value IS 35 (14.06% from 255) = 10.14%

R = 57.39%
G = 32.46%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C67023 (or 0xC67023) is known color: Ochre. HEX triplet: C6, 70 and 23. RGB value is (198,112,35). Sum of RGB (Red+Green+Blue) = 198+112+35=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C67023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67023 is #398FDC. Grayscale: #818181. Windows color (decimal): -3772381 or 2322630. OLE color: 2322630.

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

Color convert

RGB 198 112 35 -
CMYK 0 0.43 0.82 0.22
HSL 28.34º 0.7% 0.46% -
HSV(B) 28.34º 0.82% 0.78% -
XYZ 29.39 23.72 4.62 -
YUV 128.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 198 112 35 0 0.43 0.82 0.22 28.34 0.7 0.46
Hex C6 70 23 0 2B 52 16 1C 46 2E
Octal 306 160 43 0 53 122 26 34 106 56
Binary 11000110 1110000 100011 0 101011 1010010 10110 11100 1000110 101110

Color Harmonies of #C67023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67023

Black with #C67023

Text Example


Text Example

White with #C67023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67023; }

 p { color: rgb(198,112,35); }

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

background-color css

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

 a { background-color: rgb(198,112,35); }

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

border-color css

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

 span { border-color: rgb(198,112,35); }

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