Html Css Color HEX #C68466 Burning Sand

📋 copy color: '#C68466'

red 198 ◦ green 132 ◦ blue 102

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

Shades of Burning Sand #C68466

Tints of Burning Sand #C68466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.56%

 BLUE value IS 102 (40.23% from 255) = 23.61%

R = 45.83%
G = 30.56%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C68466 (or 0xC68466) is known color: Burning Sand. HEX triplet: C6, 84 and 66. RGB value is (198,132,102). Sum of RGB (Red+Green+Blue) = 198+132+102=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C68466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68466 is #397B99. Grayscale: #949494. Windows color (decimal): -3767194 or 6718662. OLE color: 6718662.

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

Color convert

RGB 198 132 102 -
CMYK 0 0.33 0.48 0.22
HSL 18.75º 0.46% 0.59% -
HSV(B) 18.75º 0.48% 0.78% -
XYZ 33.94 29.47 16.47 -
YUV 148.31 101.87 163.44 -
System Red Green Blue C M Y K H S L
Decimal 198 132 102 0 0.33 0.48 0.22 18.75 0.46 0.59
Hex C6 84 66 0 21 30 16 13 2E 3B
Octal 306 204 146 0 41 60 26 23 56 73
Binary 11000110 10000100 1100110 0 100001 110000 10110 10011 101110 111011

Color Harmonies of #C68466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68466

Black with #C68466

Text Example


Text Example

White with #C68466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68466; }

 p { color: rgb(198,132,102); }

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

background-color css

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

 a { background-color: rgb(198,132,102); }

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

border-color css

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

 span { border-color: rgb(198,132,102); }

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