Html Css Color HEX #C6855D Burning Sand

📋 copy color: '#C6855D'

red 198 ◦ green 133 ◦ blue 93

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

Shades of Burning Sand #C6855D

Tints of Burning Sand #C6855D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.93%

R = 46.7%
G = 31.37%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6855D (or 0xC6855D) is known color: Burning Sand. HEX triplet: C6, 85 and 5D. RGB value is (198,133,93). Sum of RGB (Red+Green+Blue) = 198+133+93=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6855D is #397AA2. Grayscale: #949494. Windows color (decimal): -3766947 or 6129094. OLE color: 6129094.

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

Color convert

RGB 198 133 93 -
CMYK 0 0.33 0.53 0.22
HSL 22.86º 0.48% 0.57% -
HSV(B) 22.86º 0.53% 0.78% -
XYZ 33.65 29.57 14.29 -
YUV 147.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 198 133 93 0 0.33 0.53 0.22 22.86 0.48 0.57
Hex C6 85 5D 0 21 35 16 17 30 39
Octal 306 205 135 0 41 65 26 27 60 71
Binary 11000110 10000101 1011101 0 100001 110101 10110 10111 110000 111001

Color Harmonies of #C6855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6855D

Black with #C6855D

Text Example


Text Example

White with #C6855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6855D; }

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

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

background-color css

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

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

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

border-color css

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

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

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