Html Css Color HEX #C6761B Ochre

📋 copy color: '#C6761B'

red 198 ◦ green 118 ◦ blue 27

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

Shades of Ochre #C6761B

Tints of Ochre #C6761B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

 BLUE value IS 27 (10.94% from 255) = 7.87%

R = 57.73%
G = 34.4%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6761B (or 0xC6761B) is known color: Ochre. HEX triplet: C6, 76 and 1B. RGB value is (198,118,27). Sum of RGB (Red+Green+Blue) = 198+118+27=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6761B is #3989E4. Grayscale: #838383. Windows color (decimal): -3770853 or 1799878. OLE color: 1799878.

HSL color Cylindrical-coordinate representation of color #C6761B: hue angle of 31.93º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6761B is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 118 27 -
CMYK 0 0.40 0.86 0.22
HSL 31.93º 0.76% 0.44% -
HSV(B) 31.93º 0.86% 0.78% -
XYZ 29.96 25.04 4.29 -
YUV 131.55 69 175.4 -
System Red Green Blue C M Y K H S L
Decimal 198 118 27 0 0.40 0.86 0.22 31.93 0.76 0.44
Hex C6 76 1B 0 28 56 16 20 4C 2C
Octal 306 166 33 0 50 126 26 40 114 54
Binary 11000110 1110110 11011 0 101000 1010110 10110 100000 1001100 101100

Color Harmonies of #C6761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6761B

Black with #C6761B

Text Example


Text Example

White with #C6761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6761B; }

 p { color: rgb(198,118,27); }

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

background-color css

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

 a { background-color: rgb(198,118,27); }

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

border-color css

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

 span { border-color: rgb(198,118,27); }

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