Html Css Color HEX #C68362 Burning Sand

📋 copy color: '#C68362'

red 198 ◦ green 131 ◦ blue 98

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

Shades of Burning Sand #C68362

Tints of Burning Sand #C68362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.95%

R = 46.37%
G = 30.68%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C68362 (or 0xC68362) is known color: Burning Sand. HEX triplet: C6, 83 and 62. RGB value is (198,131,98). Sum of RGB (Red+Green+Blue) = 198+131+98=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C68362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68362 is #397C9D. Grayscale: #939393. Windows color (decimal): -3767454 or 6456262. OLE color: 6456262.

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

Color convert

RGB 198 131 98 -
CMYK 0 0.34 0.51 0.22
HSL 19.8º 0.47% 0.58% -
HSV(B) 19.8º 0.51% 0.78% -
XYZ 33.61 29.12 15.4 -
YUV 147.27 100.2 164.18 -
System Red Green Blue C M Y K H S L
Decimal 198 131 98 0 0.34 0.51 0.22 19.8 0.47 0.58
Hex C6 83 62 0 22 33 16 14 2F 3A
Octal 306 203 142 0 42 63 26 24 57 72
Binary 11000110 10000011 1100010 0 100010 110011 10110 10100 101111 111010

Color Harmonies of #C68362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68362

Black with #C68362

Text Example


Text Example

White with #C68362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68362; }

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

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

background-color css

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

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

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

border-color css

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

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

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