Html Css Color HEX #C67323 Ochre

📋 copy color: '#C67323'

red 198 ◦ green 115 ◦ blue 35

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

Shades of Ochre #C67323

Tints of Ochre #C67323

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

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

R = 56.9%
G = 33.05%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C67323 (or 0xC67323) is known color: Ochre. HEX triplet: C6, 73 and 23. RGB value is (198,115,35). Sum of RGB (Red+Green+Blue) = 198+115+35=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C67323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67323 is #398CDC. Grayscale: #838383. Windows color (decimal): -3771613 or 2323398. OLE color: 2323398.

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

Color convert

RGB 198 115 35 -
CMYK 0 0.42 0.82 0.22
HSL 29.45º 0.7% 0.46% -
HSV(B) 29.45º 0.82% 0.78% -
XYZ 29.72 24.39 4.73 -
YUV 130.7 74 176 -
System Red Green Blue C M Y K H S L
Decimal 198 115 35 0 0.42 0.82 0.22 29.45 0.7 0.46
Hex C6 73 23 0 2A 52 16 1D 46 2E
Octal 306 163 43 0 52 122 26 35 106 56
Binary 11000110 1110011 100011 0 101010 1010010 10110 11101 1000110 101110

Color Harmonies of #C67323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67323

Black with #C67323

Text Example


Text Example

White with #C67323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67323; }

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

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

background-color css

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

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

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

border-color css

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

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

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