Html Css Color HEX #C6730D Ochre

📋 copy color: '#C6730D'

red 198 ◦ green 115 ◦ blue 13

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

Shades of Ochre #C6730D

Tints of Ochre #C6730D

RGB

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

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

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

R = 60.74%
G = 35.28%
B = 3.99%

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

#C6730D (or 0xC6730D) is known color: Ochre. HEX triplet: C6, 73 and 0D. RGB value is (198,115,13). Sum of RGB (Red+Green+Blue) = 198+115+13=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6730D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6730D is #398CF2. Grayscale: #808080. Windows color (decimal): -3771635 or 881606. OLE color: 881606.

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

Color convert

RGB 198 115 13 -
CMYK 0 0.42 0.93 0.22
HSL 33.08º 0.88% 0.41% -
HSV(B) 33.08º 0.93% 0.78% -
XYZ 29.49 24.3 3.52 -
YUV 128.19 63 177.79 -
System Red Green Blue C M Y K H S L
Decimal 198 115 13 0 0.42 0.93 0.22 33.08 0.88 0.41
Hex C6 73 D 0 2A 5D 16 21 58 29
Octal 306 163 15 0 52 135 26 41 130 51
Binary 11000110 1110011 1101 0 101010 1011101 10110 100001 1011000 101001

Color Harmonies of #C6730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6730D

Black with #C6730D

Text Example


Text Example

White with #C6730D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6730D; }

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

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

background-color css

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

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

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

border-color css

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

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

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