Html Css Color HEX #C6741E Ochre

📋 copy color: '#C6741E'

red 198 ◦ green 116 ◦ blue 30

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

Shades of Ochre #C6741E

Tints of Ochre #C6741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.72%

 BLUE value IS 30 (12.11% from 255) = 8.72%

R = 57.56%
G = 33.72%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6741E (or 0xC6741E) is known color: Ochre. HEX triplet: C6, 74 and 1E. RGB value is (198,116,30). Sum of RGB (Red+Green+Blue) = 198+116+30=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6741E is #398BE1. Grayscale: #838383. Windows color (decimal): -3771362 or 1995974. OLE color: 1995974.

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

Color convert

RGB 198 116 30 -
CMYK 0 0.41 0.85 0.22
HSL 30.71º 0.74% 0.45% -
HSV(B) 30.71º 0.85% 0.78% -
XYZ 29.77 24.59 4.41 -
YUV 130.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 198 116 30 0 0.41 0.85 0.22 30.71 0.74 0.45
Hex C6 74 1E 0 29 55 16 1F 4A 2D
Octal 306 164 36 0 51 125 26 37 112 55
Binary 11000110 1110100 11110 0 101001 1010101 10110 11111 1001010 101101

Color Harmonies of #C6741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6741E

Black with #C6741E

Text Example


Text Example

White with #C6741E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6741E; }

 p { color: rgb(198,116,30); }

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

background-color css

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

 a { background-color: rgb(198,116,30); }

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

border-color css

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

 span { border-color: rgb(198,116,30); }

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