Html Css Color HEX #C6855C Burning Sand

📋 copy color: '#C6855C'

red 198 ◦ green 133 ◦ blue 92

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

Shades of Burning Sand #C6855C

Tints of Burning Sand #C6855C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.75%

R = 46.81%
G = 31.44%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6855C (or 0xC6855C) is known color: Burning Sand. HEX triplet: C6, 85 and 5C. RGB value is (198,133,92). Sum of RGB (Red+Green+Blue) = 198+133+92=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6855C is #397AA3. Grayscale: #939393. Windows color (decimal): -3766948 or 6063558. OLE color: 6063558.

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

Color convert

RGB 198 133 92 -
CMYK 0 0.33 0.54 0.22
HSL 23.21º 0.48% 0.57% -
HSV(B) 23.21º 0.54% 0.78% -
XYZ 33.61 29.55 14.06 -
YUV 147.76 96.53 163.83 -
System Red Green Blue C M Y K H S L
Decimal 198 133 92 0 0.33 0.54 0.22 23.21 0.48 0.57
Hex C6 85 5C 0 21 36 16 17 30 39
Octal 306 205 134 0 41 66 26 27 60 71
Binary 11000110 10000101 1011100 0 100001 110110 10110 10111 110000 111001

Color Harmonies of #C6855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6855C

Black with #C6855C

Text Example


Text Example

White with #C6855C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6855C; }

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

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

background-color css

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

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

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

border-color css

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

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

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