Html Css Color HEX #C6731C Ochre

📋 copy color: '#C6731C'

red 198 ◦ green 115 ◦ blue 28

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

Shades of Ochre #C6731C

Tints of Ochre #C6731C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.21%

R = 58.06%
G = 33.72%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6731C (or 0xC6731C) is known color: Ochre. HEX triplet: C6, 73 and 1C. RGB value is (198,115,28). Sum of RGB (Red+Green+Blue) = 198+115+28=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C6731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6731C is #398CE3. Grayscale: #828282. Windows color (decimal): -3771620 or 1864646. OLE color: 1864646.

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

Color convert

RGB 198 115 28 -
CMYK 0 0.42 0.86 0.22
HSL 30.71º 0.75% 0.44% -
HSV(B) 30.71º 0.86% 0.78% -
XYZ 29.63 24.35 4.24 -
YUV 129.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 198 115 28 0 0.42 0.86 0.22 30.71 0.75 0.44
Hex C6 73 1C 0 2A 56 16 1F 4B 2C
Octal 306 163 34 0 52 126 26 37 113 54
Binary 11000110 1110011 11100 0 101010 1010110 10110 11111 1001011 101100

Color Harmonies of #C6731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6731C

Black with #C6731C

Text Example


Text Example

White with #C6731C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6731C; }

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

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

background-color css

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

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

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

border-color css

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

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

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