Html Css Color HEX #C69436 Pizza

📋 copy color: '#C69436'

red 198 ◦ green 148 ◦ blue 54

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

Shades of Pizza #C69436

Tints of Pizza #C69436

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37%

 BLUE value IS 54 (21.48% from 255) = 13.5%

R = 49.5%
G = 37%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C69436 (or 0xC69436) is known color: Pizza. HEX triplet: C6, 94 and 36. RGB value is (198,148,54). Sum of RGB (Red+Green+Blue) = 198+148+54=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C69436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69436 is #396BC9. Grayscale: #989898. Windows color (decimal): -3763146 or 3577030. OLE color: 3577030.

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

Color convert

RGB 198 148 54 -
CMYK 0 0.25 0.73 0.22
HSL 39.17º 0.57% 0.49% -
HSV(B) 39.17º 0.73% 0.78% -
XYZ 34.54 33.45 8.13 -
YUV 152.23 72.57 160.64 -
System Red Green Blue C M Y K H S L
Decimal 198 148 54 0 0.25 0.73 0.22 39.17 0.57 0.49
Hex C6 94 36 0 19 49 16 27 39 31
Octal 306 224 66 0 31 111 26 47 71 61
Binary 11000110 10010100 110110 0 11001 1001001 10110 100111 111001 110001

Color Harmonies of #C69436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69436

Black with #C69436

Text Example


Text Example

White with #C69436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69436; }

 p { color: rgb(198,148,54); }

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

background-color css

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

 a { background-color: rgb(198,148,54); }

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

border-color css

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

 span { border-color: rgb(198,148,54); }

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