Html Css Color HEX #C6765F Japonica

📋 copy color: '#C6765F'

red 198 ◦ green 118 ◦ blue 95

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

Shades of Japonica #C6765F

Tints of Japonica #C6765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.71%

 BLUE value IS 95 (37.5% from 255) = 23.11%

R = 48.18%
G = 28.71%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6765F (or 0xC6765F) is known color: Japonica. HEX triplet: C6, 76 and 5F. RGB value is (198,118,95). Sum of RGB (Red+Green+Blue) = 198+118+95=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C6765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6765F is #3989A0. Grayscale: #8B8B8B. Windows color (decimal): -3770785 or 6256326. OLE color: 6256326.

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

Color convert

RGB 198 118 95 -
CMYK 0 0.40 0.52 0.22
HSL 13.4º 0.47% 0.57% -
HSV(B) 13.4º 0.52% 0.78% -
XYZ 31.83 25.79 14.13 -
YUV 139.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 198 118 95 0 0.40 0.52 0.22 13.4 0.47 0.57
Hex C6 76 5F 0 28 34 16 D 2F 39
Octal 306 166 137 0 50 64 26 15 57 71
Binary 11000110 1110110 1011111 0 101000 110100 10110 1101 101111 111001

Color Harmonies of #C6765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6765F

Black with #C6765F

Text Example


Text Example

White with #C6765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6765F; }

 p { color: rgb(198,118,95); }

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

background-color css

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

 a { background-color: rgb(198,118,95); }

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

border-color css

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

 span { border-color: rgb(198,118,95); }

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