Html Css Color HEX #C6835B Burning Sand

📋 copy color: '#C6835B'

red 198 ◦ green 131 ◦ blue 91

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

Shades of Burning Sand #C6835B

Tints of Burning Sand #C6835B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.67%

R = 47.14%
G = 31.19%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6835B (or 0xC6835B) is known color: Burning Sand. HEX triplet: C6, 83 and 5B. RGB value is (198,131,91). Sum of RGB (Red+Green+Blue) = 198+131+91=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 91 (35.94% from 255 or 21.67% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C6835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6835B is #397CA4. Grayscale: #929292. Windows color (decimal): -3767461 or 5997510. OLE color: 5997510.

HSL color Cylindrical-coordinate representation of color #C6835B: hue angle of 22.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6835B is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 131 91 -
CMYK 0 0.34 0.54 0.22
HSL 22.43º 0.48% 0.57% -
HSV(B) 22.43º 0.54% 0.78% -
XYZ 33.29 28.99 13.74 -
YUV 146.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 198 131 91 0 0.34 0.54 0.22 22.43 0.48 0.57
Hex C6 83 5B 0 22 36 16 16 30 39
Octal 306 203 133 0 42 66 26 26 60 71
Binary 11000110 10000011 1011011 0 100010 110110 10110 10110 110000 111001

Color Harmonies of #C6835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6835B

Black with #C6835B

Text Example


Text Example

White with #C6835B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6835B; }

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

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

background-color css

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

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

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

border-color css

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

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

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