Html Css Color HEX #C68964 Burning Sand

📋 copy color: '#C68964'

red 198 ◦ green 137 ◦ blue 100

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

Shades of Burning Sand #C68964

Tints of Burning Sand #C68964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.49%

 BLUE value IS 100 (39.45% from 255) = 22.99%

R = 45.52%
G = 31.49%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C68964 (or 0xC68964) is known color: Burning Sand. HEX triplet: C6, 89 and 64. RGB value is (198,137,100). Sum of RGB (Red+Green+Blue) = 198+137+100=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C68964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68964 is #39769B. Grayscale: #979797. Windows color (decimal): -3765916 or 6588870. OLE color: 6588870.

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

Color convert

RGB 198 137 100 -
CMYK 0 0.31 0.49 0.22
HSL 22.65º 0.46% 0.58% -
HSV(B) 22.65º 0.49% 0.78% -
XYZ 34.53 30.82 16.18 -
YUV 151.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 198 137 100 0 0.31 0.49 0.22 22.65 0.46 0.58
Hex C6 89 64 0 1F 31 16 17 2E 3A
Octal 306 211 144 0 37 61 26 27 56 72
Binary 11000110 10001001 1100100 0 11111 110001 10110 10111 101110 111010

Color Harmonies of #C68964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68964

Black with #C68964

Text Example


Text Example

White with #C68964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68964; }

 p { color: rgb(198,137,100); }

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

background-color css

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

 a { background-color: rgb(198,137,100); }

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

border-color css

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

 span { border-color: rgb(198,137,100); }

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