Html Css Color HEX #C6742B Ochre

📋 copy color: '#C6742B'

red 198 ◦ green 116 ◦ blue 43

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

Shades of Ochre #C6742B

Tints of Ochre #C6742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.04%

R = 55.46%
G = 32.49%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6742B (or 0xC6742B) is known color: Ochre. HEX triplet: C6, 74 and 2B. RGB value is (198,116,43). Sum of RGB (Red+Green+Blue) = 198+116+43=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6742B is #398BD4. Grayscale: #848484. Windows color (decimal): -3771349 or 2847942. OLE color: 2847942.

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

Color convert

RGB 198 116 43 -
CMYK 0 0.41 0.78 0.22
HSL 28.26º 0.64% 0.47% -
HSV(B) 28.26º 0.78% 0.78% -
XYZ 29.97 24.67 5.47 -
YUV 132.2 77.67 174.94 -
System Red Green Blue C M Y K H S L
Decimal 198 116 43 0 0.41 0.78 0.22 28.26 0.64 0.47
Hex C6 74 2B 0 29 4E 16 1C 40 2F
Octal 306 164 53 0 51 116 26 34 100 57
Binary 11000110 1110100 101011 0 101001 1001110 10110 11100 1000000 101111

Color Harmonies of #C6742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6742B

Black with #C6742B

Text Example


Text Example

White with #C6742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6742B; }

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

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

background-color css

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

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

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

border-color css

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

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

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