Html Css Color HEX #C6712A Ochre

📋 copy color: '#C6712A'

red 198 ◦ green 113 ◦ blue 42

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

Shades of Ochre #C6712A

Tints of Ochre #C6712A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.01%

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 56.09%
G = 32.01%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6712A (or 0xC6712A) is known color: Ochre. HEX triplet: C6, 71 and 2A. RGB value is (198,113,42). Sum of RGB (Red+Green+Blue) = 198+113+42=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C6712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6712A is #398ED5. Grayscale: #828282. Windows color (decimal): -3772118 or 2781638. OLE color: 2781638.

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

Color convert

RGB 198 113 42 -
CMYK 0 0.43 0.79 0.22
HSL 27.31º 0.65% 0.47% -
HSV(B) 27.31º 0.79% 0.78% -
XYZ 29.61 23.98 5.26 -
YUV 130.32 78.16 176.27 -
System Red Green Blue C M Y K H S L
Decimal 198 113 42 0 0.43 0.79 0.22 27.31 0.65 0.47
Hex C6 71 2A 0 2B 4F 16 1B 41 2F
Octal 306 161 52 0 53 117 26 33 101 57
Binary 11000110 1110001 101010 0 101011 1001111 10110 11011 1000001 101111

Color Harmonies of #C6712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6712A

Black with #C6712A

Text Example


Text Example

White with #C6712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6712A; }

 p { color: rgb(198,113,42); }

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

background-color css

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

 a { background-color: rgb(198,113,42); }

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

border-color css

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

 span { border-color: rgb(198,113,42); }

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