Html Css Color HEX #C6865F Burning Sand

📋 copy color: '#C6865F'

red 198 ◦ green 134 ◦ blue 95

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

Shades of Burning Sand #C6865F

Tints of Burning Sand #C6865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.38%

 BLUE value IS 95 (37.5% from 255) = 22.25%

R = 46.37%
G = 31.38%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6865F (or 0xC6865F) is known color: Burning Sand. HEX triplet: C6, 86 and 5F. RGB value is (198,134,95). Sum of RGB (Red+Green+Blue) = 198+134+95=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6865F is #3979A0. Grayscale: #949494. Windows color (decimal): -3766689 or 6260422. OLE color: 6260422.

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

Color convert

RGB 198 134 95 -
CMYK 0 0.32 0.52 0.22
HSL 22.72º 0.47% 0.57% -
HSV(B) 22.72º 0.52% 0.78% -
XYZ 33.88 29.88 14.81 -
YUV 148.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 198 134 95 0 0.32 0.52 0.22 22.72 0.47 0.57
Hex C6 86 5F 0 20 34 16 17 2F 39
Octal 306 206 137 0 40 64 26 27 57 71
Binary 11000110 10000110 1011111 0 100000 110100 10110 10111 101111 111001

Color Harmonies of #C6865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6865F

Black with #C6865F

Text Example


Text Example

White with #C6865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6865F; }

 p { color: rgb(198,134,95); }

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

background-color css

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

 a { background-color: rgb(198,134,95); }

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

border-color css

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

 span { border-color: rgb(198,134,95); }

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