Html Css Color HEX #C6735F Japonica

📋 copy color: '#C6735F'

red 198 ◦ green 115 ◦ blue 95

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

Shades of Japonica #C6735F

Tints of Japonica #C6735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.19%

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

R = 48.53%
G = 28.19%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6735F (or 0xC6735F) is known color: Japonica. HEX triplet: C6, 73 and 5F. RGB value is (198,115,95). Sum of RGB (Red+Green+Blue) = 198+115+95=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6735F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6735F is #398CA0. Grayscale: #898989. Windows color (decimal): -3771553 or 6255558. OLE color: 6255558.

HSL color Cylindrical-coordinate representation of color #C6735F: hue angle of 11.65º 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 #C6735F is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 115 95 -
CMYK 0 0.42 0.52 0.22
HSL 11.65º 0.47% 0.57% -
HSV(B) 11.65º 0.52% 0.78% -
XYZ 31.49 25.09 14.01 -
YUV 137.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 198 115 95 0 0.42 0.52 0.22 11.65 0.47 0.57
Hex C6 73 5F 0 2A 34 16 C 2F 39
Octal 306 163 137 0 52 64 26 14 57 71
Binary 11000110 1110011 1011111 0 101010 110100 10110 1100 101111 111001

Color Harmonies of #C6735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6735F

Black with #C6735F

Text Example


Text Example

White with #C6735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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