Html Css Color HEX #C6771A Ochre

📋 copy color: '#C6771A'

red 198 ◦ green 119 ◦ blue 26

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

Shades of Ochre #C6771A

Tints of Ochre #C6771A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.69%

 BLUE value IS 26 (10.55% from 255) = 7.58%

R = 57.73%
G = 34.69%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6771A (or 0xC6771A) is known color: Ochre. HEX triplet: C6, 77 and 1A. RGB value is (198,119,26). Sum of RGB (Red+Green+Blue) = 198+119+26=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6771A is #3988E5. Grayscale: #848484. Windows color (decimal): -3770598 or 1734598. OLE color: 1734598.

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

Color convert

RGB 198 119 26 -
CMYK 0 0.40 0.87 0.22
HSL 32.44º 0.77% 0.44% -
HSV(B) 32.44º 0.87% 0.78% -
XYZ 30.07 25.27 4.27 -
YUV 132.02 68.17 175.06 -
System Red Green Blue C M Y K H S L
Decimal 198 119 26 0 0.40 0.87 0.22 32.44 0.77 0.44
Hex C6 77 1A 0 28 57 16 20 4D 2C
Octal 306 167 32 0 50 127 26 40 115 54
Binary 11000110 1110111 11010 0 101000 1010111 10110 100000 1001101 101100

Color Harmonies of #C6771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6771A

Black with #C6771A

Text Example


Text Example

White with #C6771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6771A; }

 p { color: rgb(198,119,26); }

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

background-color css

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

 a { background-color: rgb(198,119,26); }

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

border-color css

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

 span { border-color: rgb(198,119,26); }

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