Html Css Color HEX #C6722A Ochre

📋 copy color: '#C6722A'

red 198 ◦ green 114 ◦ blue 42

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

Shades of Ochre #C6722A

Tints of Ochre #C6722A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

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

R = 55.93%
G = 32.2%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6722A (or 0xC6722A) is known color: Ochre. HEX triplet: C6, 72 and 2A. RGB value is (198,114,42). Sum of RGB (Red+Green+Blue) = 198+114+42=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6722A is #398DD5. Grayscale: #838383. Windows color (decimal): -3771862 or 2781894. OLE color: 2781894.

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

Color convert

RGB 198 114 42 -
CMYK 0 0.42 0.79 0.22
HSL 27.69º 0.65% 0.47% -
HSV(B) 27.69º 0.79% 0.78% -
XYZ 29.72 24.21 5.3 -
YUV 130.91 77.83 175.85 -
System Red Green Blue C M Y K H S L
Decimal 198 114 42 0 0.42 0.79 0.22 27.69 0.65 0.47
Hex C6 72 2A 0 2A 4F 16 1C 41 2F
Octal 306 162 52 0 52 117 26 34 101 57
Binary 11000110 1110010 101010 0 101010 1001111 10110 11100 1000001 101111

Color Harmonies of #C6722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6722A

Black with #C6722A

Text Example


Text Example

White with #C6722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6722A; }

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

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

background-color css

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

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

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

border-color css

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

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

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