Html Css Color HEX #C6855A Burning Sand

📋 copy color: '#C6855A'

red 198 ◦ green 133 ◦ blue 90

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

Shades of Burning Sand #C6855A

Tints of Burning Sand #C6855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.38%

R = 47.03%
G = 31.59%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C6855A (or 0xC6855A) is known color: Burning Sand. HEX triplet: C6, 85 and 5A. RGB value is (198,133,90). Sum of RGB (Red+Green+Blue) = 198+133+90=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6855A is #397AA5. Grayscale: #939393. Windows color (decimal): -3766950 or 5932486. OLE color: 5932486.

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

Color convert

RGB 198 133 90 -
CMYK 0 0.33 0.55 0.22
HSL 23.89º 0.49% 0.56% -
HSV(B) 23.89º 0.55% 0.78% -
XYZ 33.52 29.52 13.6 -
YUV 147.53 95.53 164 -
System Red Green Blue C M Y K H S L
Decimal 198 133 90 0 0.33 0.55 0.22 23.89 0.49 0.56
Hex C6 85 5A 0 21 37 16 18 31 38
Octal 306 205 132 0 41 67 26 30 61 70
Binary 11000110 10000101 1011010 0 100001 110111 10110 11000 110001 111000

Color Harmonies of #C6855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6855A

Black with #C6855A

Text Example


Text Example

White with #C6855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6855A; }

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

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

background-color css

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

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

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

border-color css

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

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

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