Html Css Color HEX #C6782B Ochre

📋 copy color: '#C6782B'

red 198 ◦ green 120 ◦ blue 43

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

Shades of Ochre #C6782B

Tints of Ochre #C6782B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.24%

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

R = 54.85%
G = 33.24%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6782B (or 0xC6782B) is known color: Ochre. HEX triplet: C6, 78 and 2B. RGB value is (198,120,43). Sum of RGB (Red+Green+Blue) = 198+120+43=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6782B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6782B is #3987D4. Grayscale: #868686. Windows color (decimal): -3770325 or 2848966. OLE color: 2848966.

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

Color convert

RGB 198 120 43 -
CMYK 0 0.39 0.78 0.22
HSL 29.81º 0.64% 0.47% -
HSV(B) 29.81º 0.78% 0.78% -
XYZ 30.44 25.61 5.62 -
YUV 134.54 76.34 173.26 -
System Red Green Blue C M Y K H S L
Decimal 198 120 43 0 0.39 0.78 0.22 29.81 0.64 0.47
Hex C6 78 2B 0 27 4E 16 1E 40 2F
Octal 306 170 53 0 47 116 26 36 100 57
Binary 11000110 1111000 101011 0 100111 1001110 10110 11110 1000000 101111

Color Harmonies of #C6782B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6782B

Black with #C6782B

Text Example


Text Example

White with #C6782B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6782B; }

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

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

background-color css

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

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

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

border-color css

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

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

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