Html Css Color HEX #C69F3D Roti

📋 copy color: '#C69F3D'

red 198 ◦ green 159 ◦ blue 61

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

Shades of Roti #C69F3D

Tints of Roti #C69F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.59%

R = 47.37%
G = 38.04%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C69F3D (or 0xC69F3D) is known color: Roti. HEX triplet: C6, 9F and 3D. RGB value is (198,159,61). Sum of RGB (Red+Green+Blue) = 198+159+61=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69F3D is #3960C2. Grayscale: #9F9F9F. Windows color (decimal): -3760323 or 4038598. OLE color: 4038598.

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

Color convert

RGB 198 159 61 -
CMYK 0 0.20 0.69 0.22
HSL 42.92º 0.55% 0.51% -
HSV(B) 42.92º 0.69% 0.78% -
XYZ 36.53 37.14 9.66 -
YUV 159.49 72.42 155.47 -
System Red Green Blue C M Y K H S L
Decimal 198 159 61 0 0.20 0.69 0.22 42.92 0.55 0.51
Hex C6 9F 3D 0 14 45 16 2B 37 33
Octal 306 237 75 0 24 105 26 53 67 63
Binary 11000110 10011111 111101 0 10100 1000101 10110 101011 110111 110011

Color Harmonies of #C69F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69F3D

Black with #C69F3D

Text Example


Text Example

White with #C69F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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