Html Css Color HEX #C68766 Burning Sand

📋 copy color: '#C68766'

red 198 ◦ green 135 ◦ blue 102

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

Shades of Burning Sand #C68766

Tints of Burning Sand #C68766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.03%

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

R = 45.52%
G = 31.03%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C68766 (or 0xC68766) is known color: Burning Sand. HEX triplet: C6, 87 and 66. RGB value is (198,135,102). Sum of RGB (Red+Green+Blue) = 198+135+102=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C68766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68766 is #397899. Grayscale: #969696. Windows color (decimal): -3766426 or 6719430. OLE color: 6719430.

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

Color convert

RGB 198 135 102 -
CMYK 0 0.32 0.48 0.22
HSL 20.63º 0.46% 0.59% -
HSV(B) 20.63º 0.48% 0.78% -
XYZ 34.35 30.29 16.61 -
YUV 150.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 198 135 102 0 0.32 0.48 0.22 20.63 0.46 0.59
Hex C6 87 66 0 20 30 16 15 2E 3B
Octal 306 207 146 0 40 60 26 25 56 73
Binary 11000110 10000111 1100110 0 100000 110000 10110 10101 101110 111011

Color Harmonies of #C68766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68766

Black with #C68766

Text Example


Text Example

White with #C68766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68766; }

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

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

background-color css

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

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

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

border-color css

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

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

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