Html Css Color HEX #C68965 Burning Sand

📋 copy color: '#C68965'

red 198 ◦ green 137 ◦ blue 101

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

Shades of Burning Sand #C68965

Tints of Burning Sand #C68965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.17%

R = 45.41%
G = 31.42%
B = 23.17%

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

#C68965 (or 0xC68965) is known color: Burning Sand. HEX triplet: C6, 89 and 65. RGB value is (198,137,101). Sum of RGB (Red+Green+Blue) = 198+137+101=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C68965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68965 is #39769A. Grayscale: #979797. Windows color (decimal): -3765915 or 6654406. OLE color: 6654406.

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

Color convert

RGB 198 137 101 -
CMYK 0 0.31 0.49 0.22
HSL 22.27º 0.46% 0.59% -
HSV(B) 22.27º 0.49% 0.78% -
XYZ 34.58 30.84 16.44 -
YUV 151.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 198 137 101 0 0.31 0.49 0.22 22.27 0.46 0.59
Hex C6 89 65 0 1F 31 16 16 2E 3B
Octal 306 211 145 0 37 61 26 26 56 73
Binary 11000110 10001001 1100101 0 11111 110001 10110 10110 101110 111011

Color Harmonies of #C68965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68965

Black with #C68965

Text Example


Text Example

White with #C68965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68965; }

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

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

background-color css

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

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

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

border-color css

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

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

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