Html Css Color HEX #C68368 Burning Sand

📋 copy color: '#C68368'

red 198 ◦ green 131 ◦ blue 104

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

Shades of Burning Sand #C68368

Tints of Burning Sand #C68368

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.25%

 BLUE value IS 104 (41.02% from 255) = 24.02%

R = 45.73%
G = 30.25%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C68368 (or 0xC68368) is known color: Burning Sand. HEX triplet: C6, 83 and 68. RGB value is (198,131,104). Sum of RGB (Red+Green+Blue) = 198+131+104=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C68368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68368 is #397C97. Grayscale: #949494. Windows color (decimal): -3767448 or 6849478. OLE color: 6849478.

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

Color convert

RGB 198 131 104 -
CMYK 0 0.34 0.47 0.22
HSL 17.23º 0.45% 0.59% -
HSV(B) 17.23º 0.47% 0.78% -
XYZ 33.9 29.24 16.95 -
YUV 147.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 198 131 104 0 0.34 0.47 0.22 17.23 0.45 0.59
Hex C6 83 68 0 22 2F 16 11 2D 3B
Octal 306 203 150 0 42 57 26 21 55 73
Binary 11000110 10000011 1101000 0 100010 101111 10110 10001 101101 111011

Color Harmonies of #C68368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68368

Black with #C68368

Text Example


Text Example

White with #C68368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68368; }

 p { color: rgb(198,131,104); }

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

background-color css

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

 a { background-color: rgb(198,131,104); }

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

border-color css

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

 span { border-color: rgb(198,131,104); }

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