Html Css Color HEX #C69F3F Roti

📋 copy color: '#C69F3F'

red 198 ◦ green 159 ◦ blue 63

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

Shades of Roti #C69F3F

Tints of Roti #C69F3F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.86%

 BLUE value IS 63 (25% from 255) = 15%

R = 47.14%
G = 37.86%
B = 15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C69F3F (or 0xC69F3F) is known color: Roti. HEX triplet: C6, 9F and 3F. RGB value is (198,159,63). Sum of RGB (Red+Green+Blue) = 198+159+63=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69F3F is #3960C0. Grayscale: #A0A0A0. Windows color (decimal): -3760321 or 4169670. OLE color: 4169670.

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

Color convert

RGB 198 159 63 -
CMYK 0 0.20 0.68 0.22
HSL 42.67º 0.54% 0.51% -
HSV(B) 42.67º 0.68% 0.78% -
XYZ 36.58 37.16 9.95 -
YUV 159.72 73.42 155.31 -
System Red Green Blue C M Y K H S L
Decimal 198 159 63 0 0.20 0.68 0.22 42.67 0.54 0.51
Hex C6 9F 3F 0 14 44 16 2B 36 33
Octal 306 237 77 0 24 104 26 53 66 63
Binary 11000110 10011111 111111 0 10100 1000100 10110 101011 110110 110011

Color Harmonies of #C69F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69F3F

Black with #C69F3F

Text Example


Text Example

White with #C69F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69F3F; }

 p { color: rgb(198,159,63); }

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

background-color css

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

 a { background-color: rgb(198,159,63); }

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

border-color css

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

 span { border-color: rgb(198,159,63); }

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