Html Css Color HEX #C6831B Ochre

📋 copy color: '#C6831B'

red 198 ◦ green 131 ◦ blue 27

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

Shades of Ochre #C6831B

Tints of Ochre #C6831B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

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

R = 55.62%
G = 36.8%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6831B (or 0xC6831B) is known color: Ochre. HEX triplet: C6, 83 and 1B. RGB value is (198,131,27). Sum of RGB (Red+Green+Blue) = 198+131+27=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6831B is #397CE4. Grayscale: #8B8B8B. Windows color (decimal): -3767525 or 1803206. OLE color: 1803206.

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

Color convert

RGB 198 131 27 -
CMYK 0 0.34 0.86 0.22
HSL 36.49º 0.76% 0.44% -
HSV(B) 36.49º 0.86% 0.78% -
XYZ 31.6 28.32 4.84 -
YUV 139.18 64.7 169.96 -
System Red Green Blue C M Y K H S L
Decimal 198 131 27 0 0.34 0.86 0.22 36.49 0.76 0.44
Hex C6 83 1B 0 22 56 16 24 4C 2C
Octal 306 203 33 0 42 126 26 44 114 54
Binary 11000110 10000011 11011 0 100010 1010110 10110 100100 1001100 101100

Color Harmonies of #C6831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6831B

Black with #C6831B

Text Example


Text Example

White with #C6831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6831B; }

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

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

background-color css

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

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

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

border-color css

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

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

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