Html Css Color HEX #C6772B Ochre

📋 copy color: '#C6772B'

red 198 ◦ green 119 ◦ blue 43

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

Shades of Ochre #C6772B

Tints of Ochre #C6772B

RGB

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

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

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

R = 55%
G = 33.06%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6772B (or 0xC6772B) is known color: Ochre. HEX triplet: C6, 77 and 2B. RGB value is (198,119,43). Sum of RGB (Red+Green+Blue) = 198+119+43=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6772B is #3988D4. Grayscale: #868686. Windows color (decimal): -3770581 or 2848710. OLE color: 2848710.

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

Color convert

RGB 198 119 43 -
CMYK 0 0.40 0.78 0.22
HSL 29.42º 0.64% 0.47% -
HSV(B) 29.42º 0.78% 0.78% -
XYZ 30.32 25.37 5.59 -
YUV 133.96 76.67 173.68 -
System Red Green Blue C M Y K H S L
Decimal 198 119 43 0 0.40 0.78 0.22 29.42 0.64 0.47
Hex C6 77 2B 0 28 4E 16 1D 40 2F
Octal 306 167 53 0 50 116 26 35 100 57
Binary 11000110 1110111 101011 0 101000 1001110 10110 11101 1000000 101111

Color Harmonies of #C6772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6772B

Black with #C6772B

Text Example


Text Example

White with #C6772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6772B; }

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

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

background-color css

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

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

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

border-color css

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

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

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