Html Css Color HEX #C6720D Ochre

📋 copy color: '#C6720D'

red 198 ◦ green 114 ◦ blue 13

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

Shades of Ochre #C6720D

Tints of Ochre #C6720D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4%

R = 60.92%
G = 35.08%
B = 4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C6720D (or 0xC6720D) is known color: Ochre. HEX triplet: C6, 72 and 0D. RGB value is (198,114,13). Sum of RGB (Red+Green+Blue) = 198+114+13=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6720D is #398DF2. Grayscale: #808080. Windows color (decimal): -3771891 or 881350. OLE color: 881350.

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

Color convert

RGB 198 114 13 -
CMYK 0 0.42 0.93 0.22
HSL 32.76º 0.88% 0.41% -
HSV(B) 32.76º 0.93% 0.78% -
XYZ 29.38 24.07 3.48 -
YUV 127.6 63.33 178.21 -
System Red Green Blue C M Y K H S L
Decimal 198 114 13 0 0.42 0.93 0.22 32.76 0.88 0.41
Hex C6 72 D 0 2A 5D 16 21 58 29
Octal 306 162 15 0 52 135 26 41 130 51
Binary 11000110 1110010 1101 0 101010 1011101 10110 100001 1011000 101001

Color Harmonies of #C6720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6720D

Black with #C6720D

Text Example


Text Example

White with #C6720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6720D; }

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

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

background-color css

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

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

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

border-color css

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

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

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