Html Css Color HEX #C6856F Burning Sand

📋 copy color: '#C6856F'

red 198 ◦ green 133 ◦ blue 111

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

Shades of Burning Sand #C6856F

Tints of Burning Sand #C6856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.09%

 BLUE value IS 111 (43.75% from 255) = 25.11%

R = 44.8%
G = 30.09%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6856F (or 0xC6856F) is known color: Burning Sand. HEX triplet: C6, 85 and 6F. RGB value is (198,133,111). Sum of RGB (Red+Green+Blue) = 198+133+111=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6856F is #397A90. Grayscale: #969696. Windows color (decimal): -3766929 or 7308742. OLE color: 7308742.

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

Color convert

RGB 198 133 111 -
CMYK 0 0.33 0.44 0.22
HSL 15.17º 0.43% 0.61% -
HSV(B) 15.17º 0.44% 0.78% -
XYZ 34.55 29.93 18.99 -
YUV 149.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 198 133 111 0 0.33 0.44 0.22 15.17 0.43 0.61
Hex C6 85 6F 0 21 2C 16 F 2B 3D
Octal 306 205 157 0 41 54 26 17 53 75
Binary 11000110 10000101 1101111 0 100001 101100 10110 1111 101011 111101

Color Harmonies of #C6856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6856F

Black with #C6856F

Text Example


Text Example

White with #C6856F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6856F; }

 p { color: rgb(198,133,111); }

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

background-color css

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

 a { background-color: rgb(198,133,111); }

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

border-color css

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

 span { border-color: rgb(198,133,111); }

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